summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-27 18:29:35 +0000
committerjlam <jlam@pkgsrc.org>2002-08-27 18:29:35 +0000
commit944d6c32d5c278defaa622254250cb176c25df65 (patch)
tree90c5df6410cf39388aa9133881169ab86fab133c
parent4c962884ad1b0df88cbfd45a3aedba1ff4fc3acc (diff)
downloadpkgsrc-944d6c32d5c278defaa622254250cb176c25df65.tar.gz
buildlink1 -> buildlink2
-rw-r--r--devel/SDL_gfx/Makefile8
-rw-r--r--devel/SDL_ttf/Makefile11
-rw-r--r--devel/smpeg/Makefile11
-rw-r--r--emulators/generator/Makefile12
4 files changed, 23 insertions, 19 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile
index 9318b7d34e7..f574d063c09 100644
--- a/devel/SDL_gfx/Makefile
+++ b/devel/SDL_gfx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/04/03 07:05:23 jmc Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/27 18:30:32 jlam Exp $
#
DISTNAME= SDL_gfx-2.0.3
@@ -9,7 +9,8 @@ MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
COMMENT= basic drawing routines for SDL
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
@@ -26,6 +27,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Docs/Screenshots/* \
${PREFIX}/share/doc/SDL_gfx/Screenshots
-.include "../../devel/SDL/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
index 8fc619a1824..924691978f8 100644
--- a/devel/SDL_ttf/Makefile
+++ b/devel/SDL_ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/12/07 21:25:28 jmc Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/27 18:31:28 jlam Exp $
#
DISTNAME= SDL_ttf-2.0.3
@@ -9,12 +9,13 @@ MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
COMMENT= use TrueType fonts in your SDL applications
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-.include "../../devel/SDL/buildlink.mk"
-.include "../../graphics/freetype2/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile
index 1f9773f5921..66ab2a76835 100644
--- a/devel/smpeg/Makefile
+++ b/devel/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/10/03 22:36:38 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/08/27 18:29:35 jlam Exp $
#
DISTNAME= smpeg-0.4.3
@@ -10,16 +10,17 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.lokigames.com/development/smpeg.php3
COMMENT= SDL MPEG Player Library
+USE_BUILDLINK2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_X11= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK_ONLY= yes
-
CPPFLAGS+= -Dunix=1
-.include "../../devel/SDL/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile
index ea57f650a79..2bf64778260 100644
--- a/emulators/generator/Makefile
+++ b/emulators/generator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/05/09 22:16:52 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/27 18:32:13 jlam Exp $
#
DISTNAME= generator-0.34
@@ -10,10 +10,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.sqish.net/generator/
COMMENT= Sega Mega drive genesis emulator
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= # defined
+USE_X11= # defined
+GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-gtk --with-raze
-.include "../../devel/SDL/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"