1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/xorg-cf-files/Makefile
Baptiste Daroussin bac7c1e45b Update to 1.0.6
2016-11-05 19:10:55 +00:00

20 lines
337 B
Makefile

# Created by: Dave Grochowski
# $FreeBSD$
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
XORG_CAT= util
post-patch:
@${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \
${WRKSRC}/X11.tmpl
.include <bsd.port.mk>