aboutsummaryrefslogtreecommitdiff
path: root/games/xqf
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-30 23:53:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-30 23:53:28 +0000
commit1ea243ddf5ff32b6dc0b63f1b2b65cb60ab02a9d (patch)
tree151115f225ae3addd07dc74412a3c2e00c86e46d /games/xqf
parent2f734e235137f833ff187fc31e3df0542d9da1c1 (diff)
downloadports-1ea243ddf5ff32b6dc0b63f1b2b65cb60ab02a9d.tar.gz
ports-1ea243ddf5ff32b6dc0b63f1b2b65cb60ab02a9d.zip
No need for bsd.port.options.mk here.
Notes
Notes: svn path=/head/; revision=363526
Diffstat (limited to 'games/xqf')
-rw-r--r--games/xqf/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 23b088b28e1f..f40acb65134f 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -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@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>