- Convert to USES=autoreconf

This commit is contained in:
Jason E. Hale 2014-10-04 00:04:30 +00:00
parent a29fa83ddb
commit 29f523f9dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369942

View File

@ -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>