2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: xcmiscproto
|
|
|
|
# Date Created: 08 Aug 2005
|
|
|
|
# Whom: Dejan Lesjak <lesi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcmiscproto
|
2011-09-14 20:17:05 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= XCMisc extension headers
|
|
|
|
|
|
|
|
XORG_CAT= proto
|
|
|
|
|
2011-09-14 20:17:05 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-specs --without-xmlto
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
#SUBDIRS= specs
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|