aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpgf/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-06-28 14:19:12 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-06-28 14:19:12 +0000
commite72b6fca10685328230a5a2e77da6a0f0e044ed0 (patch)
tree76dbc2c0099d23b46e83e0774d67c48d5280ffa5 /graphics/libpgf/Makefile
parent95c4b91f3528345cee8f0598b0ae77433e77089e (diff)
downloadports-e72b6fca10685328230a5a2e77da6a0f0e044ed0.tar.gz
ports-e72b6fca10685328230a5a2e77da6a0f0e044ed0.zip
Notes
Diffstat (limited to 'graphics/libpgf/Makefile')
-rw-r--r--graphics/libpgf/Makefile9
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}