2006-10-31 22:24:30 +01:00
|
|
|
# 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
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 6
|
2006-10-31 22:24:30 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION}
|
2006-10-31 22:24:30 +01:00
|
|
|
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
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-10-31 22:24:30 +01:00
|
|
|
USE_SDL= sdl
|
|
|
|
USE_GNOME= pango
|
2006-12-20 09:28:22 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-31 22:24:30 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|