mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
b940d9510a
commit
cfd6d1f4f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357981
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= liblscp
|
||||
PORTVERSION= 0.5.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
|
||||
http://download.linuxsampler.org/packages/
|
||||
@ -12,8 +13,9 @@ COMMENT= Wrapper around the LSCP network protocol
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= gmake pathfix
|
||||
USES= gmake pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,8 +5,8 @@ include/lscp/socket.h
|
||||
include/lscp/thread.h
|
||||
include/lscp/version.h
|
||||
lib/liblscp.a
|
||||
lib/liblscp.la
|
||||
lib/liblscp.so
|
||||
lib/liblscp.so.6
|
||||
lib/liblscp.so.6.0.0
|
||||
libdata/pkgconfig/lscp.pc
|
||||
@dirrm include/lscp
|
||||
|
Loading…
Reference in New Issue
Block a user