summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-30 11:41:57 +0000
committerzuntum <zuntum>2001-06-30 11:41:57 +0000
commit74af8154257bccc75afbc7fa912c3820aaa76e7e (patch)
treedf6c9a2df5473974d1ce841d167bd3413dedf042 /games
parent6b6862d7a695850c27beb045a8a9fef45ba2a63f (diff)
downloadpkgsrc-74af8154257bccc75afbc7fa912c3820aaa76e7e.tar.gz
Converted to use buildlink.mk
Diffstat (limited to 'games')
-rw-r--r--games/clanbomber/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index 0c585cd79d5..aa9eb112f2f 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/06/24 23:39:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/06/30 11:41:57 zuntum Exp $
DISTNAME= clanbomber-1.01
PKGNAME= ${DISTNAME}nb1
@@ -9,13 +9,11 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.clanbomber.de/
COMMENT= Bomberman clone using the ClanLib graphics system
-DEPENDS+= ClanLib>=0.4:../../graphics/clanlib
-
+USE_BUILDLINK_ONLY= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${X11BASE}/include
# needs a valid X display to compile its datafiles
@@ -34,4 +32,5 @@ pre-build:
exit 1; \
fi;
+.include "../../graphics/clanlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"