diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:41:57 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:41:57 +0000 |
commit | 4e9357cdbd801a4e57305faa3baa49a905b2b6bc (patch) | |
tree | df6c9a2df5473974d1ce841d167bd3413dedf042 | |
parent | fcc6e48813dbda68e2fb7c43817fc656bd962d98 (diff) | |
download | pkgsrc-4e9357cdbd801a4e57305faa3baa49a905b2b6bc.tar.gz |
Converted to use buildlink.mk
-rw-r--r-- | games/clanbomber/Makefile | 7 | ||||
-rw-r--r-- | graphics/tgif/Makefile | 6 |
2 files changed, 6 insertions, 7 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" diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 325be39c0fa..d584089de0a 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/02/16 15:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2001/06/30 11:47:00 zuntum Exp $ # DISTNAME= tgif-4.1.40 @@ -10,12 +10,12 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html COMMENT= Fully-featured X11 drawing program -DEPENDS+= jpeg-6b:../../graphics/jpeg - +USE_BUILDLINK_ONLY= yes USE_IMAKE= yes post-patch:: @${RM} -f ${WRKSRC}/Tgif.tmpl @${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl +.include "../../graphics/jpeg/buildlink.mk" .include "../../mk/bsd.pkg.mk" |