1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-toolkits/sdl_pango/Makefile
Edwin Groothuis 214ffa130b [new port] x11-t oolkits/sdl_pango
SDL_Pango is the SDL API to the Pango text rendering engine
	of GNOME 2.x

	- Required for games/frozenbubble 2.0.0
	- Update to bsd.sdl.mk is coming too

PR:		ports/104899
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2006-10-31 21:24:30 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: x11-toolkits/sdl_pango
# Date created: 2006-10-30
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= sdl_pango
PORTVERSION= 0.1.2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sdlpango
DISTNAME= SDL_Pango-${PORTVERSION}
PATCH_SITES= http://zarb.org/~gc/t/
PATCHFILES= SDL_Pango-0.1.2-API-adds.patch
MAINTAINER= edwin@mavetju.org
COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x
USE_SDL= sdl
USE_GNOME= pango
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>