53243e70e9
- update inputproto to 2.0.2 - update printproto to 1.0.5 - update recordproto to 1.14.1 - update renderproto to 0.11.1 - update resourceproto to 1.2.0 - update scrnsaverproto 1.2.1 - update videoproto to 2.3.1 - update xcmiscproto 1.2.1 - update xextproto 7.2.0 - update xf86vidmodeproto 2.3.1 - update xineramaproto 1.2.1 - update libXvMC to 1.0.6 Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# 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>
|