blob: 7c69b65ac712d21c3c4a52fb838938222efbcd11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xextproto
# Date Created: 07 Aug 2005
# Whom: Dejan Lesjak <lesi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xextproto
PORTVERSION= 7.2.0
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>
|