1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-toolkits/sdl_pango/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

28 lines
646 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= 6
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
USE_SDL= sdl
USE_GNOME= pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>