1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11/xextproto/Makefile
2013-09-24 06:24:17 +00:00

19 lines
324 B
Makefile

# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
PORTNAME= xextproto
PORTVERSION= 7.2.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= XExt extension headers
XORG_CAT= proto
CONFIGURE_ARGS+=--disable-specs
post-patch:
@${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>