svn commit: r363526 - head/games/xqf
Adam Weinberger
adamw at FreeBSD.org
Wed Jul 30 23:53:28 UTC 2014
Author: adamw
Date: Wed Jul 30 23:53:28 2014
New Revision: 363526
URL: http://svnweb.freebsd.org/changeset/ports/363526
QAT: https://qat.redports.org/buildarchive/r363526/
Log:
No need for bsd.port.options.mk here.
Modified:
head/games/xqf/Makefile
Modified: head/games/xqf/Makefile
==============================================================================
--- head/games/xqf/Makefile Wed Jul 30 23:41:55 2014 (r363525)
+++ head/games/xqf/Makefile Wed Jul 30 23:53:28 2014 (r363526)
@@ -5,7 +5,7 @@ PORTNAME= xqf
PORTVERSION= 1.0.5
PORTREVISION= 8
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Server browser for many popular 3D action games
@@ -27,20 +27,16 @@ OPTIONS_DEFINE= GTK2 GEOIP BZIP2 DOCS
OPTIONS_DEFAULT=GTK2 GEOIP BZIP2
GTK2_USE= GNOME=gtk20
+GTK2_USE_OFF= GNOME=gdkpixbuf
GTK2_CONFIGURE_ENABLE= gtk2
GEOIP_CONFIGURE_ENABLE= geoip
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
-BZIP2_CONFIGURE_ENABLE= bzip2
-
-.include <bsd.port.options.mk>
-.if ! ${PORT_OPTIONS:MGTK2}
-USE_GNOME+= gdkpixbuf
-.endif
+BZIP2_CONFIGURE_ENABLE= bzip2
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list