diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-05-14 12:46:28 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-05-14 12:46:28 +0000 |
commit | 79d4ebacf89a98510bc3f9d534999bc7acdddc44 (patch) | |
tree | 96cb86339bddc4a19bad9a78cf209c21121511ba /devel/SDL_ttf/Makefile | |
parent | 206934a93a18d6e7d5cdcb05047ea3055f441ac3 (diff) | |
download | pkgsrc-79d4ebacf89a98510bc3f9d534999bc7acdddc44.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/Makefile | 19 |
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" |