mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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
|
PORTNAME= liblscp
|
||||||
PORTVERSION= 0.5.6
|
PORTVERSION= 0.5.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
|
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
|
||||||
http://download.linuxsampler.org/packages/
|
http://download.linuxsampler.org/packages/
|
||||||
@ -12,8 +13,9 @@ COMMENT= Wrapper around the LSCP network protocol
|
|||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
USES= gmake pathfix
|
USES= gmake pathfix libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -5,8 +5,8 @@ include/lscp/socket.h
|
|||||||
include/lscp/thread.h
|
include/lscp/thread.h
|
||||||
include/lscp/version.h
|
include/lscp/version.h
|
||||||
lib/liblscp.a
|
lib/liblscp.a
|
||||||
lib/liblscp.la
|
|
||||||
lib/liblscp.so
|
lib/liblscp.so
|
||||||
lib/liblscp.so.6
|
lib/liblscp.so.6
|
||||||
|
lib/liblscp.so.6.0.0
|
||||||
libdata/pkgconfig/lscp.pc
|
libdata/pkgconfig/lscp.pc
|
||||||
@dirrm include/lscp
|
@dirrm include/lscp
|
||||||
|
Loading…
Reference in New Issue
Block a user