aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpgf/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-10-04 00:04:30 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-10-04 00:04:30 +0000
commit29f523f9dcfa0d05f28e70cae5484fd677b30482 (patch)
treebb6ec3c266ebb1c89e6c2bc5f49fb53b53477384 /graphics/libpgf/Makefile
parenta29fa83ddbb8a22ce1d9082dff52243a186dc393 (diff)
downloadports-29f523f9dcfa0d05f28e70cae5484fd677b30482.tar.gz
ports-29f523f9dcfa0d05f28e70cae5484fd677b30482.zip
- Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=369942
Diffstat (limited to 'graphics/libpgf/Makefile')
-rw-r--r--graphics/libpgf/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile
index 283871ad2856..b7f8285c1198 100644
--- a/graphics/libpgf/Makefile
+++ b/graphics/libpgf/Makefile
@@ -12,18 +12,13 @@ COMMENT= Progressive Graphics Format (PGF) library
LICENSE= LGPL21
-USES= dos2unix libtool
-USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
+USES= autoreconf dos2unix libtool
USE_LDCONFIG= yes
DOS2UNIX_FILES= configure.ac
-AUTOMAKE_ARGS= --add-missing --copy
-ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}
-pre-configure:
- @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS
-
.include <bsd.port.mk>