aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/sdl_pango/Makefile
blob: cdf6caa49633073cfae4f79ab102fea49e1860ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=	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_AUTOTOOLS=	libtool:15
USE_SDL=	sdl
USE_GNOME=	pango
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>