mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
110f3583b6
Exp-run by: bdrewery
19 lines
324 B
Makefile
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>
|