aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-31 07:53:28 +0800
committeradamw <adamw@FreeBSD.org>2014-07-31 07:53:28 +0800
commit85bc80f095dc4aa1d05b196cd96118ac4dd6e791 (patch)
tree151115f225ae3addd07dc74412a3c2e00c86e46d /games
parentc1db8c1a65d3fa822d273a7072d3f8fc20273c1d (diff)
downloadfreebsd-ports-gnome-85bc80f095dc4aa1d05b196cd96118ac4dd6e791.tar.gz
freebsd-ports-gnome-85bc80f095dc4aa1d05b196cd96118ac4dd6e791.tar.zst
freebsd-ports-gnome-85bc80f095dc4aa1d05b196cd96118ac4dd6e791.zip
No need for bsd.port.options.mk here.
Diffstat (limited to 'games')
-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>