1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Convert to USES=autoreconf

This commit is contained in:
Tijl Coosemans 2014-09-18 08:45:08 +00:00
parent 2f969e2247
commit 68a4be925d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368431

View File

@ -14,13 +14,11 @@ LICENSE= LGPL21
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
ACLOCAL_ARGS= -I config/m4
AUTOMAKE_ARGS= --add-missing --copy --foreign
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
USE_LDCONFIG= yes
USES= pathfix libtool
USES= autoreconf libtool pathfix
PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS
@ -31,8 +29,6 @@ INTEGER_SAMPLES_DESC= Use integer sample format
INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples
SSE_CONFIGURE_ENABLE= x86-optimizations
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e \
'/^pkgdoc_DATA/s|COPYING.TXT||' \