pkgsrc-wip/SDL_Pango/Makefile
Leonardo Taccari a75c25e24b Import SDL_Pango-0.1.2nb1 as wip/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.

XXX: This package is only for wip/frozen-bubble. It is like devel/SDL_Pango
with a patch required by wip/frozen-bubble. I only tested it with
wip/frozen-bubble. Bear in mind that it will conflict if you have install
devel/SDL_Pango.
2008-12-20 12:26:05 +00:00

30 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 12:26:05 leot1990 Exp $
#
DISTNAME= SDL_Pango-0.1.2
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlpango/}
PATCHFILES+= SDL_Pango-0.1.2-API-adds.patch
PATCH_SITES+= http://zarb.org/~gc/t/
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://sdlpango.sourceforge.net/
COMMENT= Connects the text rendering engine of GNOME 2.x. with SDL
#LICENSE= gnu-lgpl-v2.1
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=${PREFIX}
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"