diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-27 04:30:19 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-27 04:30:19 +0000 |
commit | a809867fd08710dbaa987b17db25a3a58f61de8c (patch) | |
tree | 9d8571fbe8b5731eae6303a43fe6a30db06f9d73 /devel | |
parent | e076545b9497119b239c813b01a0c7002f042b4f (diff) | |
download | pkgsrc-a809867fd08710dbaa987b17db25a3a58f61de8c.tar.gz |
Initial import of SDL_Pango.
Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
engine to SDL (Simple DirectMedia Layer), a cross-platform multimedia library.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL_Pango/DESCR | 2 | ||||
-rw-r--r-- | devel/SDL_Pango/Makefile | 26 | ||||
-rw-r--r-- | devel/SDL_Pango/PLIST | 4 | ||||
-rw-r--r-- | devel/SDL_Pango/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/SDL_Pango/DESCR b/devel/SDL_Pango/DESCR new file mode 100644 index 00000000000..7d1ebb6f70d --- /dev/null +++ b/devel/SDL_Pango/DESCR @@ -0,0 +1,2 @@ +Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the +engine to SDL (Simple DirectMedia Layer), a cross-platform multimedia library. diff --git a/devel/SDL_Pango/Makefile b/devel/SDL_Pango/Makefile new file mode 100644 index 00000000000..8bbe267feca --- /dev/null +++ b/devel/SDL_Pango/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/27 04:30:19 heinz Exp $ +# + +DISTNAME= SDL_Pango-0.1.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlpango/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://sdlpango.sourceforge.net/ +COMMENT= Connects the text rendering engine of GNOME 2.x. with SDL + +#LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= SDL_Pango.pc.in + +CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} + +.include "../../devel/pango/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/SDL_Pango/PLIST b/devel/SDL_Pango/PLIST new file mode 100644 index 00000000000..a247a6b5716 --- /dev/null +++ b/devel/SDL_Pango/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/27 04:30:19 heinz Exp $ +include/SDL_Pango.h +lib/libSDL_Pango.la +lib/pkgconfig/SDL_Pango.pc diff --git a/devel/SDL_Pango/distinfo b/devel/SDL_Pango/distinfo new file mode 100644 index 00000000000..3b356e3b4ec --- /dev/null +++ b/devel/SDL_Pango/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/27 04:30:19 heinz Exp $ + +SHA1 (SDL_Pango-0.1.2.tar.gz) = c30f2941d476d9362850a150d29cb4a93730af68 +RMD160 (SDL_Pango-0.1.2.tar.gz) = d2531cfbe726d27054ca03978721bcc76413379a +Size (SDL_Pango-0.1.2.tar.gz) = 405967 bytes |