1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11-toolkits/sdl_pango/Makefile
Dmitry Marakasov 69445046c0 - Convert x11-toolkits/sdl_pango to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-06 12:54:40 +00:00

26 lines
556 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= sdl_pango
PORTVERSION= 0.1.2
PORTREVISION= 8
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 libtool
USE_SDL= sdl
USE_GNOME= pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>