2013-05-31 16:40:56 +02:00
|
|
|
# Created by: steve farrell
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 04:09:41 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xqf
|
2007-02-06 21:04:55 +01:00
|
|
|
PORTVERSION= 1.0.5
|
2014-08-11 19:05:50 +02:00
|
|
|
PORTREVISION= 9
|
1999-04-03 04:09:41 +02:00
|
|
|
CATEGORIES= games
|
2014-07-31 01:53:28 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
|
1999-04-03 04:09:41 +02:00
|
|
|
|
2013-12-21 01:58:05 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-05-31 16:40:56 +02:00
|
|
|
COMMENT= Server browser for many popular 3D action games
|
1999-04-03 04:09:41 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= qstat:games/qstat
|
1999-04-03 04:09:41 +02:00
|
|
|
|
2005-11-12 20:12:42 +01:00
|
|
|
USE_GNOME= intlhack
|
2013-09-02 23:27:53 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2013-12-21 01:58:05 +01:00
|
|
|
USE_XORG= x11
|
2003-01-03 20:13:21 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-30 04:14:22 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2003-12-04 11:16:40 +01:00
|
|
|
|
2013-12-21 01:58:05 +01:00
|
|
|
PORTDATA= *
|
|
|
|
PORTDOCS= *
|
2005-11-12 20:12:42 +01:00
|
|
|
|
2013-12-21 01:58:05 +01:00
|
|
|
OPTIONS_DEFINE= GTK2 GEOIP BZIP2 DOCS
|
|
|
|
OPTIONS_DEFAULT=GTK2 GEOIP BZIP2
|
2005-11-12 20:12:42 +01:00
|
|
|
|
2013-12-21 01:58:05 +01:00
|
|
|
GTK2_USE= GNOME=gtk20
|
2014-07-31 01:53:28 +02:00
|
|
|
GTK2_USE_OFF= GNOME=gdkpixbuf
|
2013-12-21 01:58:05 +01:00
|
|
|
GTK2_CONFIGURE_ENABLE= gtk2
|
2003-12-04 11:16:40 +01:00
|
|
|
|
2013-12-21 01:58:05 +01:00
|
|
|
GEOIP_CONFIGURE_ENABLE= geoip
|
2016-04-01 16:00:51 +02:00
|
|
|
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
2013-12-21 01:58:05 +01:00
|
|
|
|
2014-07-31 01:53:28 +02:00
|
|
|
BZIP2_CONFIGURE_ENABLE= bzip2
|
2003-12-04 11:16:40 +01:00
|
|
|
|
2003-01-03 20:13:21 +01:00
|
|
|
post-install:
|
2013-12-21 01:58:05 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-07-31 01:53:28 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}
|
2003-01-03 20:13:21 +01:00
|
|
|
|
2013-07-12 17:01:45 +02:00
|
|
|
.include <bsd.port.mk>
|