mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
110f3583b6
Exp-run by: bdrewery
22 lines
375 B
Makefile
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>
|