1996-11-02 13:53:37 +00:00
|
|
|
# New ports collection makefile for: crossfire
|
1997-01-25 12:27:16 +00:00
|
|
|
# Version required: 0.93.0
|
1996-11-02 13:53:37 +00:00
|
|
|
# Date created: So 27 Okt 1996 12:25:55 MET
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1997-10-13 20:31:28 +00:00
|
|
|
# $Id: Makefile,v 1.18 1997/10/04 14:53:02 andreas Exp $
|
1996-11-02 13:53:37 +00:00
|
|
|
#
|
|
|
|
|
1997-01-25 12:27:16 +00:00
|
|
|
DISTNAME= crossfire-0.93.0
|
1997-05-06 14:28:43 +00:00
|
|
|
CATEGORIES= games
|
1996-11-02 13:53:37 +00:00
|
|
|
MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \
|
|
|
|
ftp://ftp.ifi.uio.no/pub/crossfire/ \
|
|
|
|
ftp://ftp.real-time.com/pub/games/crossfire/ \
|
|
|
|
ftp://ftp.sunet.se:/pub/unix/games/crossfire/ \
|
|
|
|
ftp://ftp.cs.titech.ac.jp:/pub/games/crossfire/
|
1997-01-03 08:49:05 +00:00
|
|
|
DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
|
|
|
|
${CF_ARCH} ${CF_CLSERV}
|
1996-11-02 13:53:37 +00:00
|
|
|
|
1997-09-18 14:21:06 +00:00
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
1996-11-02 13:53:37 +00:00
|
|
|
|
1997-01-03 08:49:05 +00:00
|
|
|
BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
|
|
|
|
EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
|
1997-10-13 20:31:28 +00:00
|
|
|
USE_PERL5= yes
|
1997-01-03 08:49:05 +00:00
|
|
|
USE_IMAKE= yes
|
1997-10-04 14:53:11 +00:00
|
|
|
PREFIX= ${LOCALBASE}
|
1997-01-03 08:49:05 +00:00
|
|
|
|
1996-11-02 13:53:37 +00:00
|
|
|
# Do you want to be able to rebuild documentation after installing the game
|
1997-10-04 14:53:11 +00:00
|
|
|
# to produce Postscript documentation with colored icons ?! You have to go
|
|
|
|
# into the workdir and to build everything manually.
|
1996-11-02 13:53:37 +00:00
|
|
|
# You need TeX to do this ! Please read the README's !
|
|
|
|
WANT_CF_ARCH= NO
|
|
|
|
|
1997-01-25 12:27:16 +00:00
|
|
|
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
|
1996-11-02 13:53:37 +00:00
|
|
|
CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available
|
|
|
|
.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes
|
1997-10-04 14:53:11 +00:00
|
|
|
CF_ARCH= crossfire-0.93.0.arch.tar.gz # only for rebuild of doc
|
1996-11-02 13:53:37 +00:00
|
|
|
.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
|
1997-10-04 14:53:11 +00:00
|
|
|
# files and a TeX version with a ,great' amount of max_mem
|
1996-11-02 13:53:37 +00:00
|
|
|
# (I had to rebuild teTeX, that already is in fact ,BigTeX')
|
|
|
|
.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes
|
|
|
|
post-configure:
|
|
|
|
(cd ${WRKSRC}/lib; tar -xzf ${DISTDIR}/${CF_ARCH})
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
1997-01-25 12:27:16 +00:00
|
|
|
@(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
|
1997-01-26 10:07:08 +00:00
|
|
|
@touch ${PREFIX}/crossfire/lib/forbid
|
|
|
|
@chmod 664 ${PREFIX}/crossfire/lib/forbid
|
1997-10-04 14:53:11 +00:00
|
|
|
@touch ${PREFIX}/crossfire/lib/players/.keep_me
|
|
|
|
@touch ${PREFIX}/crossfire/lib/unique-items/.keep_me
|
|
|
|
@chown -R games.games ${CFDIR}
|
1997-01-25 12:27:16 +00:00
|
|
|
@chmod 0664 ${PREFIX}/crossfire/lib/highscore
|
1997-10-04 14:53:11 +00:00
|
|
|
@chown games.games ${PREFIX}/bin/crossfire
|
1997-01-25 12:27:16 +00:00
|
|
|
@chmod 6555 ${PREFIX}/bin/crossfire
|
1996-11-02 13:53:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|