diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 11:42:20 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 11:42:20 +0000 |
commit | 67d9dc7827cf9646ae0c321a3ad7dfa661a2bf9c (patch) | |
tree | 814cce451d405e2acd2e9ad335e7f6ecb126c370 | |
parent | 5438eec410ddd68eb2f3a3f971752b1d2490d681 (diff) | |
download | FreeBSD-ports-67d9dc7827cf9646ae0c321a3ad7dfa661a2bf9c.zip FreeBSD-ports-67d9dc7827cf9646ae0c321a3ad7dfa661a2bf9c.tar.gz |
- Switch to USES=libtool, drop .la files
- Strip libraries
Approved by: portmgr blanket
-rw-r--r-- | comms/spandsp/Makefile | 7 | ||||
-rw-r--r-- | comms/spandsp/pkg-plist | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index d0670df..2739c1c 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -3,6 +3,7 @@ PORTNAME= spandsp PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ http://www.soft-switch.org/downloads/spandsp/old/ @@ -13,8 +14,10 @@ COMMENT= DSP library and software FAX machine LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool autoconf -USES= gmake tar:tgz +USE_AUTOTOOLS= aclocal autoconf automake libtoolize +AUTOMAKE_ARGS= --add-missing +USES= gmake libtool tar:tgz +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/comms/spandsp/pkg-plist b/comms/spandsp/pkg-plist index 56b9926..fc43d87 100644 --- a/comms/spandsp/pkg-plist +++ b/comms/spandsp/pkg-plist @@ -71,7 +71,7 @@ include/spandsp/vector_float.h include/spandsp/vector_int.h include/spandsp/version.h lib/libspandsp.a -lib/libspandsp.la lib/libspandsp.so lib/libspandsp.so.1 +lib/libspandsp.so.1.0.0 @dirrm include/spandsp |