diff options
Diffstat (limited to 'x11/xcmiscproto/Makefile')
-rw-r--r-- | x11/xcmiscproto/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile new file mode 100644 index 0000000..2785200 --- /dev/null +++ b/x11/xcmiscproto/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xcmiscproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xcmiscproto +PORTVERSION= 1.2.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= XCMisc extension headers + +XORG_CAT= proto + +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +post-patch: + @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ + ${WRKSRC}/Makefile.in + +#SUBDIRS= specs + +.include <bsd.port.mk> |