blob: 5d3d10930eff030c2c31d0e4041e384d37014e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \
${WRKSRC}/Makefile.in
#SUBDIRS= specs
.include <bsd.port.mk>
|