Update graphics/libpgf to version 6.14.12
[dports.git] / graphics / libpgf / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libpgf
4 PORTVERSION=    6.14.12
5 CATEGORIES=     graphics
6 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \
7                 SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
8 DISTNAME=       ${PORTNAME}-src-${PORTVERSION}
9
10 MAINTAINER=     jhale@FreeBSD.org
11 COMMENT=        Progressive Graphics Format (PGF) library
12
13 LICENSE=        LGPL21
14
15 USES=           dos2unix libtool
16 USE_AUTOTOOLS=  libtoolize aclocal autoheader automake autoconf
17 USE_LDCONFIG=   yes
18
19 DOS2UNIX_FILES= configure.ac
20 LIBTOOLIZE_ARGS=--copy --force --quiet
21 AUTOMAKE_ARGS=  --add-missing --copy
22 ACLOCAL_ARGS=   -I ${LOCALBASE}/share/aclocal
23 INSTALL_TARGET= install-strip
24
25 WRKSRC=         ${WRKDIR}/${PORTNAME}
26
27 pre-configure:
28         @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS
29
30 .include <bsd.port.mk>