summaryrefslogtreecommitdiff
path: root/games/crossfire
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 08:49:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 08:49:05 +0000
commit0ec8f04dcf4463720aed99319bca519cdbbb8854 (patch)
treee5edd545f09b39cd0afeb367ad36a6ffa79a6f49 /games/crossfire
parentActivate xgammon. (diff)
Variable reordering to standards.
Notes
Notes: svn path=/head/; revision=5184
Diffstat (limited to 'games/crossfire')
-rw-r--r--games/crossfire/Makefile29
1 files changed, 14 insertions, 15 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile
index 5863d3787506..a0e5a26dbe0b 100644
--- a/games/crossfire/Makefile
+++ b/games/crossfire/Makefile
@@ -3,7 +3,7 @@
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1996/11/12 12:19:25 andreas Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:24:25 asami Exp $
#
DISTNAME= crossfire-0.92.8
@@ -15,9 +15,19 @@ MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \
ftp://ftp.cs.city.ac.uk:/pub/games/crossfire/ \
ftp://ftp.sunet.se:/pub/unix/games/crossfire/ \
ftp://ftp.cs.titech.ac.jp:/pub/games/crossfire/
+DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
+ ${CF_ARCH} ${CF_CLSERV}
MAINTAINER= andreas@klemm.gtn.com
+BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
+USE_IMAKE= yes
+PREFIX= ${LOCALBASE} # don't use /usr/X11R6
+
# Do you want to be able to rebuild documentation after installing the game
# to produce Postscript documentation with colored icons ?! You have to go
# into the workdir and to build everything manually.
@@ -32,20 +42,9 @@ CF_DOC= crossfire-0.92.8.doc.tar.gz # crossfire doc ready for use
CF_ARCH= crossfire-0.92.8.arch.tar.gz # only for rebuild of doc
.endif
#CF_CLSERV= eutl.tar.gz # only for client/server
-
-DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
- ${CF_ARCH} ${CF_CLSERV}
-
-EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
-
-BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
-LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
-RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
-
-USE_IMAKE= yes
-PREFIX= ${LOCALBASE} # don't use /usr/X11R6
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')
@@ -57,8 +56,8 @@ post-configure:
post-install:
(cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS})
(cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS})
- mkdir -p ${CFDIR}/doc
- cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
+ ${MKDIR} ${CFDIR}/doc
+ ${CP} -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
touch ${PREFIX}/crossfire/lib/bookarch
chmod 664 ${PREFIX}/crossfire/lib/bookarch
chown -R games.games ${CFDIR}