diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 04:12:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 04:12:39 +0800 |
commit | dd6498b1be4a073c9c0ee925db4c8431d3787429 (patch) | |
tree | 8e939adaeb37cbde97c73c9d127707a8add05636 /games | |
parent | c597685bce89cbb8f2923ba25a734d49b42b5e87 (diff) | |
download | freebsd-ports-gnome-dd6498b1be4a073c9c0ee925db4c8431d3787429.tar.gz freebsd-ports-gnome-dd6498b1be4a073c9c0ee925db4c8431d3787429.tar.zst freebsd-ports-gnome-dd6498b1be4a073c9c0ee925db4c8431d3787429.zip |
* Remove USE_XLIB
* Pass maintainership to submitter
* Use SF macro
PR: 121851
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/xqf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 3b6aa207c2ca..2b4e2882a328 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -7,17 +7,15 @@ PORTNAME= xqf PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@amdmi3.ru COMMENT= A server browser for many popular 3D action games RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -USE_XLIB= yes USE_GNOME= intlhack USE_GETTEXT= yes USE_GMAKE= yes |