1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-06-16 12:32:13 +00:00
parent 1b40a2cac8
commit beb2a5a284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357978
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= libfishsound
PORTVERSION= 1.0.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
LOCAL/sunpoet
@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig
USES= pathfix pkgconfig libtool
.include <bsd.port.options.mk>
@ -36,6 +36,6 @@ post-patch:
.endif
post-build:
@${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4
@${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so
.include <bsd.port.mk>

View File

@ -5,8 +5,8 @@ include/fishsound/deprecated.h
include/fishsound/encode.h
include/fishsound/fishsound.h
lib/libfishsound.a
lib/libfishsound.la
lib/libfishsound.so
lib/libfishsound.so.4
lib/libfishsound.so.1
lib/libfishsound.so.1.3.0
libdata/pkgconfig/fishsound.pc
@dirrm include/fishsound