Convert to USES=autoreconf

Strip binaries
This commit is contained in:
Baptiste Daroussin 2014-09-18 15:01:06 +00:00
parent 5f45f955b4
commit 087f50bdf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368470

View File

@ -13,10 +13,9 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
SNAP_DATE= 02132004
WRKSRC= ${WRKDIR}/Tremor
USES= libtool tar:tgz
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c
USES= autoreconf libtool tar:tgz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>