pkgsrc/games/crossfire-maps/Makefile
adam bf2af166e1 Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.

In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 05:57:14 +00:00

28 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 06:07:40 adam Exp $
DISTNAME= crossfire-1.9.0-1.maps
PKGNAME= crossfire-maps-1.9.0.1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://crossfire.real-time.com/
COMMENT= X11 multi/single player game similar to gauntlet and nethack
DEPENDS+= crossfire-server>=1.9.0:../../games/crossfire-server
WRKSRC= ${WRKDIR}/maps
NO_BUILD= yes
PLIST_SRC= ${WRKDIR}/PLIST PLIST
REPLACE_PERL+= Info/combine.pl Info/map_sed.pl Info/rewrite_exits.pl
REPLACE_PERL+= Info/rewrite_styles.pl Info/update_apart.pl Info/update_exits.pl
do-install:
cd ${WRKDIR} && ${CP} -R maps ${PREFIX}/share/crossfire
cd ${PREFIX} && \
${FIND} share/crossfire/maps -type f -print >> ${WRKDIR}/PLIST
.include "../../mk/bsd.pkg.mk"