diff options
author | pat <pat@FreeBSD.org> | 2002-07-30 10:14:22 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-30 10:14:22 +0800 |
commit | 14b207d43eb08bbd4ad4472d4ab85ac29734aaaf (patch) | |
tree | 163f9367a2178403f020f5ed2e1973cdc0de3e6b /games/xqf/Makefile | |
parent | 6c0bab86f707b2cdbecf7e894f77e615590a5edb (diff) | |
download | freebsd-ports-gnome-14b207d43eb08bbd4ad4472d4ab85ac29734aaaf.tar.gz freebsd-ports-gnome-14b207d43eb08bbd4ad4472d4ab85ac29734aaaf.tar.zst freebsd-ports-gnome-14b207d43eb08bbd4ad4472d4ab85ac29734aaaf.zip |
- Update to 0.9.9 (1)
- Reset maintainership back to ports@ since maintainer nolonger uses freebsd
and notified me he is unable to maintain this port.
PR: ports/41068 (1)
Submitted by: Dan Naumov <jago@telefragged.com>
Approved by: maintainer
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 529ac2d8c653..7e30557fa1db 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -6,15 +6,18 @@ # PORTNAME= xqf -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.9 CATEGORIES= games -MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= steve@farrell.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -USE_GMAKE= yes +GNU_CONFIGURE= yes USE_GTK= yes +MAN6= xqf.6 + .include <bsd.port.mk> |