14d87c7319
declared). [1] - Support staging. - Set LICENSE. - Remove tab from the WWW line in pkg-descr. PR: ports/185558 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: maintainer timeout (18 days) MFH: 2014Q1
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdl_pango
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 7
|
|
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
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= pkgconfig
|
|
USE_AUTOTOOLS= libtool
|
|
USE_SDL= sdl
|
|
USE_GNOME= pango
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|