summaryrefslogtreecommitdiff
path: root/games/crossfire-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-05-11 05:57:14 +0000
committeradam <adam@pkgsrc.org>2006-05-11 05:57:14 +0000
commitbf2af166e13540fd51c8472f661b2eeee6f00e50 (patch)
tree246026570543b0bc5e6e711ab92ebab3b48d39b7 /games/crossfire-client
parent88ff814796dcb3e1e58f7799a692e8f5ec12df01 (diff)
downloadpkgsrc-bf2af166e13540fd51c8472f661b2eeee6f00e50.tar.gz
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.
Diffstat (limited to 'games/crossfire-client')
-rw-r--r--games/crossfire-client/DESCR11
-rw-r--r--games/crossfire-client/Makefile7
-rw-r--r--games/crossfire-client/Makefile.common28
-rw-r--r--games/crossfire-client/PLIST4
-rw-r--r--games/crossfire-client/distinfo5
5 files changed, 55 insertions, 0 deletions
diff --git a/games/crossfire-client/DESCR b/games/crossfire-client/DESCR
new file mode 100644
index 00000000000..5688fcdd17c
--- /dev/null
+++ b/games/crossfire-client/DESCR
@@ -0,0 +1,11 @@
+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.
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile
new file mode 100644
index 00000000000..ae2e3350769
--- /dev/null
+++ b/games/crossfire-client/Makefile
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+
+.include "../../games/crossfire-client/Makefile.common"
+
+COMMENT= Multi-player graphical arcade and adventure game; X11 client
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/crossfire-client/Makefile.common b/games/crossfire-client/Makefile.common
new file mode 100644
index 00000000000..629854dfbb5
--- /dev/null
+++ b/games/crossfire-client/Makefile.common
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+
+DISTNAME= crossfire-client-${CROSSFIRE_VERSION}
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://crossfire.real-time.com/
+
+CROSSFIRE_VERSION= 1.9.0
+
+DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo
+PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches
+
+USE_TOOLS+= gmake perl:run
+GNU_CONFIGURE= yes
+
+REPLACE_PERL+= common/items.pl utils/deftoheader.pl
+
+SUBST_CLASSES+= dsp
+SUBST_STAGE.dsp= post-patch
+SUBST_MESSAGE.dsp= Adjusting path to sound device.
+SUBST_FILES.dsp= sound-src/cfsndserv.c
+SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
diff --git a/games/crossfire-client/PLIST b/games/crossfire-client/PLIST
new file mode 100644
index 00000000000..0169d7745d5
--- /dev/null
+++ b/games/crossfire-client/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+bin/cfclient
+bin/cfsndserv
+man/man6/cfclient.6
diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo
new file mode 100644
index 00000000000..f85c55616cf
--- /dev/null
+++ b/games/crossfire-client/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+
+SHA1 (crossfire-client-1.9.0.tar.gz) = e9fc879eed5f5c031ae77f74161a57c22a3adbcc
+RMD160 (crossfire-client-1.9.0.tar.gz) = 6b31ade814d3db36a9dd5566bcab83f51c67c235
+Size (crossfire-client-1.9.0.tar.gz) = 735957 bytes