mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
20 lines
337 B
Makefile
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>
|