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
e6abf4ec56
commit
8c2aba0cfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357534
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libsupertone
|
||||
PORTVERSION= 0.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.soft-switch.org/downloads/unicall/
|
||||
|
||||
@ -17,7 +17,7 @@ LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USES= tar:tgz
|
||||
USES= tar:tgz libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
include/libsupertone.h
|
||||
lib/libsupertone.a
|
||||
lib/libsupertone.la
|
||||
lib/libsupertone.so
|
||||
lib/libsupertone.so.0
|
||||
lib/libsupertone.so.0.0.1
|
||||
share/supertone/global-tones.xml
|
||||
share/supertone/tones.dtd
|
||||
@dirrm share/supertone
|
||||
|
Loading…
Reference in New Issue
Block a user