diff options
Diffstat (limited to 'graphics/libpgf/Makefile')
-rw-r--r-- | graphics/libpgf/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index 565d8dce22d8..0e055578ea56 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= libpgf -PORTVERSION= 6.12.24 +PORTVERSION= 6.14.12 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library LICENSE= LGPL21 +USES= dos2unix libtool USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf USE_LDCONFIG= yes -LIBTOOLIZE_ARGS=--copy --force +DOS2UNIX_FILES= configure.ac +LIBTOOLIZE_ARGS=--copy --force --quiet AUTOMAKE_ARGS= --add-missing --copy ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME} |