mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
9a2db5548d
commit
0ebaecc6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356635
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= libbs2b
|
PORTNAME= libbs2b
|
||||||
PORTVERSION= 3.1.0
|
PORTVERSION= 3.1.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
|
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
|||||||
libFLAC.so:${PORTSDIR}/audio/flac \
|
libFLAC.so:${PORTSDIR}/audio/flac \
|
||||||
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||||
|
|
||||||
USES= tar:bzip2 gmake pkgconfig
|
USES= tar:bzip2 gmake pkgconfig libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \
|
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
lib/libbs2b.a
|
lib/libbs2b.a
|
||||||
lib/libbs2b.la
|
|
||||||
lib/libbs2b.so
|
lib/libbs2b.so
|
||||||
lib/libbs2b.so.0
|
lib/libbs2b.so.0
|
||||||
|
lib/libbs2b.so.0.0.0
|
||||||
bin/bs2bconvert
|
bin/bs2bconvert
|
||||||
bin/bs2bstream
|
bin/bs2bstream
|
||||||
include/bs2b/bs2b.h
|
include/bs2b/bs2b.h
|
||||||
|
Loading…
Reference in New Issue
Block a user