summaryrefslogtreecommitdiff
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-09 16:59:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-09 16:59:33 +0000
commit8bedffff3631fb82543299d4320ae0bc0bc883ff (patch)
treea6c762dbabe05c638011f4b359828399ac55983f /games/xqf/Makefile
parentChange from master to slave. (diff)
Update to version 0.8.99.2. Also honor CFLAGS and PREFIX.
PR: 11567 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18670
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r--games/xqf/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index eb78b365d0d9..884a2b9d14dc 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xqf
-# Version required: 0.8.7.2
+# Version required: 0.8.99.2
# Date created: 08 February 1999
# Whom: steve farrell
#
-# $Id: Makefile,v 1.1.1.1 1999/04/03 02:09:41 steve Exp $
+# $Id: Makefile,v 1.2 1999/04/22 03:20:14 mharo Exp $
#
-DISTNAME= xqf-0.8.99.1
+DISTNAME= xqf-0.8.99.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
@@ -17,4 +17,7 @@ LIB_DEPENDS= gtk12:${PORTSDIR}/x11-toolkits/gtk12
USE_GMAKE= yes
+post-install:
+ @ ${CAT} ${PKGDIR}/MESSAGE
+
.include <bsd.port.mk>