summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-26 09:54:07 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-26 09:54:07 +0000
commitf225ec694486a936fa0f41431e8e89aa544e33e4 (patch)
tree8eb98e2c386de73fe04f42f9ffb6026b77a2ace3 /devel/SDL_ttf/Makefile
parent79109b471085156ec66ead0875e94588cd530728 (diff)
downloadpkgsrc-f225ec694486a936fa0f41431e8e89aa544e33e4.tar.gz
o add buildlink.mk file for use by other packages
o convert build process to use buildlink.mk files
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
index 937793a63f7..1b6ca94ddf5 100644
--- a/devel/SDL_ttf/Makefile
+++ b/devel/SDL_ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/25 22:47:18 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2001/06/26 09:54:07 zuntum Exp $
#
DISTNAME= SDL_ttf-1.2.2
@@ -9,13 +9,14 @@ MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
COMMENT= use TrueType fonts in your SDL applications
-DEPENDS+= SDL>=1.0.1:../../devel/SDL
-
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"
+CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"
+.include "../../devel/SDL/buildlink.mk"
.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"