20 lines
345 B
Makefile
20 lines
345 B
Makefile
# Created by: Dave Grochowski
|
|
|
|
PORTNAME= xorg-cf-files
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.org cf files for use with imake builds
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg-cat:util
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \
|
|
${WRKSRC}/X11.tmpl
|
|
|
|
.include <bsd.port.mk>
|