Files
bsdports/xproto/xextproto/Makefile
2025-08-27 17:10:19 +02:00

36 lines
727 B
Makefile

#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-xextproto/Makefile $
#
PORTNAME= xextproto
PORTVERSION= 7.3.0
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-specs
CONFIGURE_ARGS+= --without-xmlto
post-patch:
${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
#EOF