summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-26 13:13:55 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-26 13:13:55 +0000
commit3a87680677edcab37d19a5e4250a2c29823e042f (patch)
tree21fc40f6e61155dd4f882da233bc3f6afa5aca8c
parent427380f17e467ee6b68ea60394516f7b8ad0d808 (diff)
downloadFreeBSD-ports-3a87680677edcab37d19a5e4250a2c29823e042f.zip
FreeBSD-ports-3a87680677edcab37d19a5e4250a2c29823e042f.tar.gz
- Switch to USES=autoreconf
- Strip library
-rw-r--r--audio/audiere/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile
index 84a5e51..dd04fbb 100644
--- a/audio/audiere/Makefile
+++ b/audio/audiere/Makefile
@@ -3,7 +3,7 @@
PORTNAME= audiere
PORTVERSION= 1.9.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF
@@ -11,13 +11,11 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= High-level audio API
GNU_CONFIGURE= yes
-USES= gmake libtool
+USES= autoreconf gmake libtool
WANT_WX= yes
-USE_AUTOTOOLS= autoconf
-INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-CONFIGURE_ENV= PTHREAD_LIBS="-pthread"
+CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -75,6 +73,7 @@ post-patch:
${WRKSRC}/configure.in
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiere.so
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud