diff options
author | zuntum <zuntum> | 2001-06-30 11:41:57 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 11:41:57 +0000 |
commit | ed8b8a9feb09da3f256c2a7ace74311f20f35891 (patch) | |
tree | df6c9a2df5473974d1ce841d167bd3413dedf042 /games/clanbomber | |
parent | 66b6c8f61bcce9c48362fc656b24ee811f0064ad (diff) | |
download | pkgsrc-ed8b8a9feb09da3f256c2a7ace74311f20f35891.tar.gz |
Converted to use buildlink.mk
Diffstat (limited to 'games/clanbomber')
-rw-r--r-- | games/clanbomber/Makefile | 7 |
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" |