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