e8a1e894c6
Update COMMENT, WWW and pkg-descr. https://lists.x.org/archives/xorg-announce/2025-December/003650.html PR: 295038 Approved by: x11 (arrowd) Approved by: fluffy (mentor)
24 lines
541 B
Makefile
24 lines
541 B
Makefile
PORTNAME= imake
|
|
DISTVERSION= 1.0.11
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Obsolete C preprocessor interface to the make utility
|
|
WWW= https://gitlab.freedesktop.org/xorg/util/imake
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= gccmakedep:devel/gccmakedep \
|
|
makedepend:devel/makedepend \
|
|
${LOCALBASE}/lib/X11/config/xorg.cf:x11/xorg-cf-files
|
|
|
|
USES= shebangfix tar:xz perl5 pkgconfig xorg xorg-cat:util
|
|
USE_XORG= xorgproto
|
|
USE_PERL5= run
|
|
|
|
SHEBANG_FILES= mkhtmlindex.pl
|
|
|
|
.include <bsd.port.mk>
|