Tweak graphics/libpgf version 7.15.32
[dports.git] / graphics / libpgf / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libpgf
4 PORTVERSION=    7.15.32
5 CATEGORIES=     graphics
6 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \
7                 SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
8 DISTNAME=       libPGF-codec-and-console-src
9
10 MAINTAINER=     jhale@FreeBSD.org
11 COMMENT=        Progressive Graphics Format (PGF) library
12
13 LICENSE=        LGPL21
14
15 USES=           autoreconf dos2unix libtool zip
16 USE_LDCONFIG=   yes
17
18 DOS2UNIX_FILES= configure.ac
19 GNU_CONFIGURE=  yes
20 INSTALL_TARGET= install-strip
21
22 WRKSRC=         ${WRKDIR}/PGF/Codec
23
24 .include <bsd.port.mk>