- Switch to USES=autoreconf
- Strip library
This commit is contained in:
parent
b2e9f1de45
commit
7f53543afd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387473
1 changed files with 4 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue