diff options
author | zuntum <zuntum> | 2001-05-14 12:46:28 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-05-14 12:46:28 +0000 |
commit | b757bf41d75e593654cf2ce0dff5513fe2e40662 (patch) | |
tree | 96cb86339bddc4a19bad9a78cf209c21121511ba /devel | |
parent | b6f1b072ee475a3ba8ace59413c3ab6b54b578ce (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/SDL_ttf/Makefile | 19 | ||||
-rw-r--r-- | devel/SDL_ttf/distinfo | 4 | ||||
-rw-r--r-- | devel/SDL_ttf/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/SDL_ttf/pkg/PLIST | 9 |
4 files changed, 35 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" diff --git a/devel/SDL_ttf/distinfo b/devel/SDL_ttf/distinfo new file mode 100644 index 00000000000..2df0a3af0ff --- /dev/null +++ b/devel/SDL_ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 12:46:28 zuntum Exp $ + +SHA1 (SDL_ttf-1.2.2.tar.gz) = dd6b417cf3159f25f58d4fa84d9c174e2c672182 +Size (SDL_ttf-1.2.2.tar.gz) = 124803 bytes diff --git a/devel/SDL_ttf/pkg/DESCR b/devel/SDL_ttf/pkg/DESCR new file mode 100644 index 00000000000..50f29a00156 --- /dev/null +++ b/devel/SDL_ttf/pkg/DESCR @@ -0,0 +1,3 @@ +This is a sample library which allows you to use TrueType fonts in your SDL +applications. It comes with an example program "showfont" which displays an +example string for a given TrueType font file. diff --git a/devel/SDL_ttf/pkg/PLIST b/devel/SDL_ttf/pkg/PLIST new file mode 100644 index 00000000000..1d189ef0f99 --- /dev/null +++ b/devel/SDL_ttf/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 12:46:28 zuntum Exp $ +bin/showfont +include/SDL/SDL_ttf.h +lib/libSDL_ttf-1.2.so +lib/libSDL_ttf-1.2.so.2 +lib/libSDL_ttf-1.2.so.2.0 +lib/libSDL_ttf.a +lib/libSDL_ttf.la +lib/libSDL_ttf.so |