1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11-toolkits/sdl_pango/Makefile
2021-04-06 16:31:07 +02:00

27 lines
609 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
PORTNAME= sdl_pango
PORTVERSION= 0.1.2
PORTREVISION= 11
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= ports@FreeBSD.org
COMMENT= SDL API to the Pango text rendering engine of GNOME 2.x
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome libtool pathfix pkgconfig sdl
GNU_CONFIGURE= yes
USE_SDL= sdl
USE_GNOME= pango
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>