diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:03:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:03:03 +0800 |
commit | 22f3ce7cc4bedb3482f113166c7a34517a869fda (patch) | |
tree | 65654e5a549fcbb5fc84bd9b57a6bc2627d13d1e /audio | |
parent | 2a44f2a7a8041d2913b9c05a825e4ff8cc0c495f (diff) | |
download | freebsd-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/Makefile | 7 |
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> |