# New ports collection makefile for: XF86Ext # Date Created: 7 May 2004 # Whom: Eric Anholt # # $FreeBSD$ # PORTNAME= xf86ext PORTVERSION= 1.0 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/X11R6.7.0/src/ \ ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= X11R6.7/tars DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org COMMENT= Header files for miscellaneous XFree86 X Extensions RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions CONFLICTS= XFree86-libraries-* xorg-libraries-* PREFIX?= ${X11BASE} DIST_SUBDIR= xorg WRKSRC= ${WRKDIR}/xc/include/extensions EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions NO_BUILD= yes DEST=${PREFIX}/include/X11/extensions do-install: ${INSTALL_DATA} ${WRKSRC}/xf86mscstr.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86misc.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86vmstr.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86vmode.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86dga1str.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86dga1.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86dgastr.h ${DEST} ${INSTALL_DATA} ${WRKSRC}/xf86dga.h ${DEST} .include ts-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-2/+2
* - Unsilence installation commandsamdmi32015-12-171-3/+4
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
* Cleanup plistbapt2014-10-201-1/+0
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* Support Stagedirarved2013-10-311-4/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-5/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Unbreak on head (probably ccache too)crees2013-04-241-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Respect CXXFLAGSarved2010-07-031-4/+6
* Respect CC CXX.arved2010-07-031-2/+2
* Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.kwm2010-06-051-1/+1
* Add LICENSE and LICENSE_FILE to my ports.arved2010-05-311-0/+3
* Update to 1.13arved2007-12-124-27/+5
* Respect CXXarved2006-12-152-2/+21
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* - Style: don't quote COMMENT, it looks nasty in `make describe` outputpav2005-11-26