blob: 4a6113ef15c32b00c8a9c6069c2499e0cf2f2c47 (
plain) (
tree)
|
|
# New ports collection makefile for: xextproto
# Date Created: 07 Aug 2005
# Whom: 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>
|