freebsd-ports/x11-toolkits/sdl_pango/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

27 lines
649 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
PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION}
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_AUTOTOOLS= libtool:22
USE_SDL= sdl
USE_GNOME= pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>