summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 02:09:41 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 02:09:41 +0000
commita2c3221829ea12b43bcef4b4def7cb89d1bc47f3 (patch)
tree223154cd977ef5f9d7093d9e445c87a2583344ad /games
parentActivate the pike port. (diff)
Import of xqf version 0.8.7.2.
A program for finding quake servers. PR: 9975 Submitted by: Stephen Farrell <sfarrell@healthquiz.com>
Notes
Notes: svn path=/head/; revision=17610
Diffstat (limited to 'games')
-rw-r--r--games/xqf/Makefile20
-rw-r--r--games/xqf/distinfo1
-rw-r--r--games/xqf/files/patch-aa21
-rw-r--r--games/xqf/pkg-comment1
-rw-r--r--games/xqf/pkg-descr3
-rw-r--r--games/xqf/pkg-plist1
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