- Switch to USES=libtool, drop .la files
- Strip libraries Approved by: portmgr blanket
This commit is contained in:
parent
cf687dfd01
commit
c71e54983f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366309
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue