diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:13:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:13:21 +0000 |
commit | 104c888b859abaed2155529897a752be85a8b0dc (patch) | |
tree | 07363ef33fff8cdb40f453f0c7b40ad0b122c987 /games | |
parent | 703a1c5a1700b84f91d21a6778e12a2a398491a7 (diff) | |
download | ports-104c888b859abaed2155529897a752be85a8b0dc.tar.gz ports-104c888b859abaed2155529897a752be85a8b0dc.zip |
upgrade to 0.9.11
PR: 46430
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72445
Diffstat (limited to 'games')
-rw-r--r-- | games/xqf/Makefile | 13 | ||||
-rw-r--r-- | games/xqf/distinfo | 2 | ||||
-rw-r--r-- | games/xqf/pkg-descr | 10 | ||||
-rw-r--r-- | games/xqf/pkg-plist | 4 |
4 files changed, 21 insertions, 8 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 287750cee99f..59c0ce69fdab 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,19 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -GNU_CONFIGURE= yes USE_GNOMENG= yes USE_GNOME= gtk12 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN6= xqf.6 +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/games/xqf/distinfo b/games/xqf/distinfo index 76dc7cc2154e..c4a486988602 100644 --- a/games/xqf/distinfo +++ b/games/xqf/distinfo @@ -1 +1 @@ -MD5 (xqf-0.9.9.tar.gz) = 2c2aa41e8016b05f2dd15c7bdea9a25b +MD5 (xqf-0.9.11.tar.gz) = 7b62684427cbf9e58c23a83ed75c7818 diff --git a/games/xqf/pkg-descr b/games/xqf/pkg-descr index 2fd0235f37ae..bc451b2dd8fc 100644 --- a/games/xqf/pkg-descr +++ b/games/xqf/pkg-descr @@ -1,3 +1,7 @@ -XQF is Quake/QuakeWorld/Quake2 server browser and launcher for Unix/X11. -It's a front-end to QStat, a program by Steve Jankowski. XQF uses the GTK+ -toolkit. +XQF is a 3D action game (such as Quake, sequels and derivatives) +server browser. It uses X and is written using the GIMP Tool Kit. + +XQF is a front-end to QStat, a program by Steve Jankowsk which is +used to retrieve server info. + +WWW: http://www.linuxgames.com/xqf/ diff --git a/games/xqf/pkg-plist b/games/xqf/pkg-plist index bf34b2e40bc9..62055ecc0d01 100644 --- a/games/xqf/pkg-plist +++ b/games/xqf/pkg-plist @@ -1,6 +1,6 @@ bin/xqf -lib/charset.alias share/locale/ca/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo -share/locale/locale.alias +%%PORTDOCS%%share/doc/xqf/xqfdocs.html +%%PORTDOCS%%@dirrm share/doc/xqf |