aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-18 19:03:03 +0800
committerbapt <bapt@FreeBSD.org>2014-12-18 19:03:03 +0800
commit22f3ce7cc4bedb3482f113166c7a34517a869fda (patch)
tree65654e5a549fcbb5fc84bd9b57a6bc2627d13d1e /audio
parent2a44f2a7a8041d2913b9c05a825e4ff8cc0c495f (diff)
downloadfreebsd-ports-graphics-22f3ce7cc4bedb3482f113166c7a34517a869fda.tar.gz
freebsd-ports-graphics-22f3ce7cc4bedb3482f113166c7a34517a869fda.tar.zst
freebsd-ports-graphics-22f3ce7cc4bedb3482f113166c7a34517a869fda.zip
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'audio')
-rw-r--r--audio/mpiosh/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile
index 271fe08e3cc..378e7d69648 100644
--- a/audio/mpiosh/Makefile
+++ b/audio/mpiosh/Makefile
@@ -11,20 +11,17 @@ DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
MAINTAINER= ports@FreeBSD.org
COMMENT= Digit@lway MPIO MP3 player tool
-USES= iconv libtool readline
+USES= autoreconf iconv libtool readline
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
-USE_AUTOTOOLS= aclocal automake autoconf libtoolize
-ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= --add-missing
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in
post-patch:
- ${RM} -f ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am
.include <bsd.port.mk>