summaryrefslogtreecommitdiff
path: root/games/crossfire-srv/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-26 11:10:35 +0000
committeragc <agc@pkgsrc.org>2001-10-26 11:10:35 +0000
commitf8da7e868ce642f00c9a32227fe1910bd1c5146a (patch)
treeabdac2cc41a3bbbb7fd7d45a7c525969c2a8e156 /games/crossfire-srv/Makefile
parent1b93af249cfe1d1ce28381431d6889889c7abb1d (diff)
downloadpkgsrc-f8da7e868ce642f00c9a32227fe1910bd1c5146a.tar.gz
It would appear that this package has a silent dependency on the
dmalloc package, so add a dependency on the same, and add build glue so that the random_maps and common directories get built properly.
Diffstat (limited to 'games/crossfire-srv/Makefile')
-rw-r--r--games/crossfire-srv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile
index 0747335ab9c..356e918b5d3 100644
--- a/games/crossfire-srv/Makefile
+++ b/games/crossfire-srv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/10/26 10:43:54 agc Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/26 11:10:35 agc Exp $
#
DISTNAME= crossfire-1.0.0
@@ -12,6 +12,7 @@ HOMEPAGE= http://crossfire.real-time.com/
COMMENT= X11 multi/single player game similar to gauntlet and nethack
DEPENDS+= png>=1.0.11:../../graphics/png
+DEPENDS+= dmalloc-[0-9]*:../../devel/dmalloc
EXTRACT_ONLY= ${CF_SRC}
@@ -27,6 +28,8 @@ USE_PERL5= yes
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
CONFIGURE_ARGS+= --with-includes=-I${LOCALBASE}/include
+MAKE_ENV+= EXTRA_INCLUDES=-I${LOCALBASE}/include
+
REPLACE_PERL= lib/xpmtopix.pl lib/adm/check-xpm.pl lib/adm/make_xpm_file.pl
REPLACE_PERL+= lib/adm/map_expand.pl lib/adm/mapslitter.pl
REPLACE_PERL+= lib/adm/archsearch.pl lib/adm/collect_images.pl