summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-05-14 12:46:28 +0000
committerzuntum <zuntum>2001-05-14 12:46:28 +0000
commitb757bf41d75e593654cf2ce0dff5513fe2e40662 (patch)
tree96cb86339bddc4a19bad9a78cf209c21121511ba /devel/SDL_ttf/Makefile
parentb6f1b072ee475a3ba8ace59413c3ab6b54b578ce (diff)
downloadpkgsrc-b757bf41d75e593654cf2ce0dff5513fe2e40662.tar.gz
Initial import of SDL_ttf-1.2.2
This is a sample library which allows you to use TrueType fonts in your SDL applications.
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
new file mode 100644
index 00000000000..ea5cb5d4be4
--- /dev/null
+++ b/devel/SDL_ttf/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 12:46:28 zuntum Exp $
+#
+
+DISTNAME= SDL_ttf-1.2.2
+CATEGORIES= devel
+MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/src/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
+COMMENT= use TrueType fonts in your SDL applications
+
+DEPENDS+= freetype-lib-*:../../graphics/freetype-lib
+DEPENDS+= SDL>=1.0.1:../../devel/SDL
+
+GNU_CONFIGURE= YES
+
+CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"
+
+.include "../../mk/bsd.pkg.mk"