1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/libpgf/Makefile
Jason E. Hale 5f98bcbb78 - Update graphics/libpgf to 7.15.32
- Chase shlib bump

Security:	9a71953a-474a-11e5-adde-14dae9d210b8
2015-08-21 09:24:53 +00:00

25 lines
512 B
Makefile

# $FreeBSD$
PORTNAME= libpgf
PORTVERSION= 7.15.32
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= libPGF-codec-and-console-src
MAINTAINER= jhale@FreeBSD.org
COMMENT= Progressive Graphics Format (PGF) library
LICENSE= LGPL21
USES= autoreconf dos2unix libtool zip
USE_LDCONFIG= yes
DOS2UNIX_FILES= configure.ac
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/PGF/Codec
.include <bsd.port.mk>