diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 10:09:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 10:09:41 +0800 |
commit | 26780352271b938bd74cbeb3f19e100c99664516 (patch) | |
tree | f6d9b7b9946d1571027999dc463b89e818d8ce3c /games | |
parent | 651d8b0473a1e86e8e32da28fa8e243eea15b465 (diff) | |
download | freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.tar.gz freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.tar.zst freebsd-ports-gnome-26780352271b938bd74cbeb3f19e100c99664516.zip |
Import of xqf version 0.8.7.2.
A program for finding quake servers.
PR: 9975
Submitted by: Stephen Farrell <sfarrell@healthquiz.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xqf/Makefile | 20 | ||||
-rw-r--r-- | games/xqf/distinfo | 1 | ||||
-rw-r--r-- | games/xqf/files/patch-aa | 21 | ||||
-rw-r--r-- | games/xqf/pkg-comment | 1 | ||||
-rw-r--r-- | games/xqf/pkg-descr | 3 | ||||
-rw-r--r-- | games/xqf/pkg-plist | 1 |
6 files changed, 47 insertions, 0 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile new file mode 100644 index 000000000000..dddcfc644e27 --- /dev/null +++ b/games/xqf/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xqf +# Version required: 0.8.7.2 +# Date created: 08 February 1999 +# Whom: steve farrell +# +# $Id$ +# + +DISTNAME= xqf-0.8.7.2 +CATEGORIES= games +MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ + +MAINTAINER= steve@farrell.org + +RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat +LIB_DEPENDS= gtk10:${PORTSDIR}/x11-toolkits/gtk10 + +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/games/xqf/distinfo b/games/xqf/distinfo new file mode 100644 index 000000000000..9b585eb59dbc --- /dev/null +++ b/games/xqf/distinfo @@ -0,0 +1 @@ +MD5 (xqf-0.8.7.2.tar.gz) = c99985cd49facbab0ae408a95cbcb027 diff --git a/games/xqf/files/patch-aa b/games/xqf/files/patch-aa new file mode 100644 index 000000000000..3c7c8e909952 --- /dev/null +++ b/games/xqf/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.orig Sun Jan 17 07:40:27 1999 ++++ Makefile Fri Apr 2 11:25:01 1999 +@@ -1,7 +1,7 @@ + CC = gcc + +-CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG +-LDFLAGS = `gtk-config --libs` ++CFLAGS = -O2 -g -Wall `gtk10-config --cflags` # -DDEBUG ++LDFLAGS = `gtk10-config --libs` + + INSTALL_ROOT = /usr/local + +@@ -26,7 +26,7 @@ + $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile + + install: +- install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin ++ install -c -s -m 755 -g wheel -o root $(TARGET) $(INSTALL_ROOT)/bin + + clean: + rm -f *.[oasi] *~ core $(TARGET) Makefile.old diff --git a/games/xqf/pkg-comment b/games/xqf/pkg-comment new file mode 100644 index 000000000000..57864cb7574d --- /dev/null +++ b/games/xqf/pkg-comment @@ -0,0 +1 @@ +Find quake servers diff --git a/games/xqf/pkg-descr b/games/xqf/pkg-descr new file mode 100644 index 000000000000..2fd0235f37ae --- /dev/null +++ b/games/xqf/pkg-descr @@ -0,0 +1,3 @@ +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. diff --git a/games/xqf/pkg-plist b/games/xqf/pkg-plist new file mode 100644 index 000000000000..e9a9b7679f6b --- /dev/null +++ b/games/xqf/pkg-plist @@ -0,0 +1 @@ +bin/xqf |