Tweak graphics/libpgf 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 AUTOMAKE_ARGS=  --add-missing --copy
21 ACLOCAL_ARGS=   -I ${LOCALBASE}/share/aclocal
22 INSTALL_TARGET= install-strip
23
24 WRKSRC=         ${WRKDIR}/${PORTNAME}
25
26 pre-configure:
27         @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS
28
29 .include <bsd.port.mk>