1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/xcmiscproto/Makefile
2013-09-24 06:24:17 +00:00

22 lines
375 B
Makefile

# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
PORTNAME= xcmiscproto
PORTVERSION= 1.2.2
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>