summaryrefslogtreecommitdiff
path: root/games/crossfire/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-01-25 12:27:16 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-01-25 12:27:16 +0000
commit77a0b5c2bee7ce11da80045150f01d3a7732c20e (patch)
tree2f9195298b4497f13f603c7d75be0fe54c314f10 /games/crossfire/Makefile
parentShare xwpe with the known FreeBSD world. (diff)
update port to new version 0.93.0
Notes
Notes: svn path=/head/; revision=5439
Diffstat (limited to 'games/crossfire/Makefile')
-rw-r--r--games/crossfire/Makefile37
1 files changed, 19 insertions, 18 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile
index 53fc4df43ec2..f6d46777bbf3 100644
--- a/games/crossfire/Makefile
+++ b/games/crossfire/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: crossfire
-# Version required: 0.92.8
+# Version required: 0.93.0
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.8 1997/01/03 08:49:05 obrien Exp $
+# $Id: Makefile,v 1.9 1997/01/03 09:36:32 obrien Exp $
#
-DISTNAME= crossfire-0.92.8
+DISTNAME= crossfire-0.93.0
CATEGORIES= games
MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \
ftp://ftp.ifi.uio.no/pub/crossfire/ \
@@ -34,17 +34,16 @@ PREFIX= ${LOCALBASE} # don't use /usr/X11R6
# You need TeX to do this ! Please read the README's !
WANT_CF_ARCH= NO
-CF_SOURCES= crossfire-0.92.8.tar.gz
-CF_MAPS= crossfire-0.92.8.maps.tar.gz
+CF_SOURCES= crossfire-0.93.0.tar.gz
+CF_MAPS= crossfire-0.93.0.maps.tar.gz
+CF_DOC= crossfire-0.93.0.doc.tar.gz # crossfire doc ready for use
CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available
-CF_DOC= crossfire-0.92.8.doc.tar.gz # crossfire doc ready for use
.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes
-CF_ARCH= crossfire-0.92.8.arch.tar.gz # only for rebuild of doc
+CF_ARCH= crossfire-0.93.0.arch.tar.gz # only for rebuild of doc
.endif
#CF_CLSERV= eutl.tar.gz # only for client/server
CFDIR= ${PREFIX}/crossfire # crossfire base directory
-
# If you want to re-make playbook and spoiler you need the ARCH
# files and a TeX version with a ,great' amount of max_mem
# (I had to rebuild teTeX, that already is in fact ,BigTeX')
@@ -54,16 +53,18 @@ post-configure:
.endif
post-install:
- (cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS})
- (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS})
- ${MKDIR} ${CFDIR}/doc
- ${CP} -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
- touch ${PREFIX}/crossfire/lib/bookarch
- chmod 664 ${PREFIX}/crossfire/lib/bookarch
- /usr/sbin/chown -R games.games ${CFDIR}
- chmod 0664 ${PREFIX}/crossfire/lib/highscore
- /usr/sbin/chown games.games ${PREFIX}/bin/crossfire
- chmod 6555 ${PREFIX}/bin/crossfire
+ @(cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS})
+ @(cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS})
+ @${MKDIR} ${CFDIR}/doc
+ @${CP} -r ${WRKDIR}/crossfire-0.93.0-doc/* ${CFDIR}/doc
+ @touch ${PREFIX}/crossfire/lib/bookarch
+ @chmod 664 ${PREFIX}/crossfire/lib/bookarch
+ @touch ${PREFIX}/crossfire/lib/players/.keep_me
+ @touch ${PREFIX}/crossfire/lib/unique-items/.keep_me
+ @/usr/sbin/chown -R games.games ${CFDIR}
+ @chmod 0664 ${PREFIX}/crossfire/lib/highscore
+ @/usr/sbin/chown games.games ${PREFIX}/bin/crossfire
+ @chmod 6555 ${PREFIX}/bin/crossfire
@echo ""
@echo "======================================================"
@echo "===== ATTENTION BEFORE PLAYING ======================="