aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-02 05:26:20 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-02 05:26:20 +0000
commit83ea01f9c48d5f8b2170c3db858185d1474026be (patch)
treebc0d12d76125c886f9186a5f188c07c00719515e /games
parentc9b492e30c808505b3d92a787023b428c41bd675 (diff)
downloadports-83ea01f9c48d5f8b2170c3db858185d1474026be.tar.gz
ports-83ea01f9c48d5f8b2170c3db858185d1474026be.zip
Update to version 0.9.0
Notes
Notes: svn path=/head/; revision=20485
Diffstat (limited to 'games')
-rw-r--r--games/xqf/Makefile10
-rw-r--r--games/xqf/distinfo2
-rw-r--r--games/xqf/files/patch-aa21
3 files changed, 14 insertions, 19 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 302d0367156e..2b3159ce7cbe 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xqf
-# Version required: 0.8.99.2
+# Version required: 0.9.0
# Date created: 08 February 1999
# Whom: steve farrell
#
-# $Id: Makefile,v 1.3 1999/05/09 16:59:17 steve Exp $
+# $Id: Makefile,v 1.4 1999/05/29 03:56:09 steve Exp $
#
-DISTNAME= xqf-0.8.99.2
+DISTNAME= xqf-0.9.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
@@ -16,8 +16,6 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_GMAKE= yes
-
-post-install:
- @ ${CAT} ${PKGDIR}/MESSAGE
+MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.include <bsd.port.mk>
diff --git a/games/xqf/distinfo b/games/xqf/distinfo
index 290441c61f12..e886ed7e088b 100644
--- a/games/xqf/distinfo
+++ b/games/xqf/distinfo
@@ -1 +1 @@
-MD5 (xqf-0.8.99.2.tar.gz) = c8ebcbfb208644a56580962e370a6a45
+MD5 (xqf-0.9.0.tar.gz) = bea6da8382392795f12dcc4d90513c71
diff --git a/games/xqf/files/patch-aa b/games/xqf/files/patch-aa
index e85175b03cb6..ca7fccaa8f75 100644
--- a/games/xqf/files/patch-aa
+++ b/games/xqf/files/patch-aa
@@ -1,30 +1,27 @@
---- Makefile.orig Fri May 7 11:03:16 1999
-+++ Makefile Sat May 8 17:26:49 1999
-@@ -17,13 +17,13 @@
- # -DDEBUG
- #
+--- Makefile.orig Sat Jul 31 14:33:44 1999
++++ Makefile Sun Aug 1 22:21:37 1999
+@@ -19,11 +19,11 @@
--EXTRA_CFLAGS = # -DQSTAT23 -DCOMPRESSOR_BZIP2 # -DDEBUG
-+EXTRA_CFLAGS = -DQSTAT23 #-DCOMPRESSOR_BZIP2 # -DDEBUG
+ EXTRA_CFLAGS = -DQSTAT23 # -DCOMPRESSOR_BZIP2 -DDEBUG
-CC = gcc
-CFLAGS = -O2 -g -Wall `gtk-config --cflags` $(EXTRA_CFLAGS)
-LDFLAGS = `gtk-config --libs`
+CC ?= gcc
-+CFLAGS += `gtk12-config --cflags` $(EXTRA_CFLAGS)
++CFLAGS += -Wall `gtk12-config --cflags` $(EXTRA_CFLAGS)
+LDFLAGS = `gtk12-config --libs`
-INSTALL_ROOT = /usr/local
+INSTALL_ROOT = ${PREFIX}
TARGET = xqf
- OBJS = xqf.o xqf-ui.o game.o pref.o server.o stat.o rc.o dialogs.o \
-@@ -43,7 +43,7 @@
+
+@@ -46,7 +46,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
++ ${INSTALL_PROGRAM} $(TARGET) $(INSTALL_ROOT)/bin
- clean:
+ dist-clean clean:
rm -f *.[oasi] *~ core $(TARGET) Makefile.old