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
a4a828bc46
commit
246575775a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364995
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libamrnb
|
||||
PORTVERSION= 11.0.0.0
|
||||
PORTEPOCH= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \
|
||||
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/:SRC26104
|
||||
@ -27,8 +27,7 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
RESTRICTED= unclear legal status, probably need licenses from 3GPP and more
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake tar:bzip2 libtool
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
|
||||
SUB_FILES= pkg-message
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -16,7 +16,7 @@ include/amrnb/sp_dec.h
|
||||
include/amrnb/sp_enc.h
|
||||
include/amrnb/typedef.h
|
||||
lib/libamrnb.a
|
||||
lib/libamrnb.la
|
||||
lib/libamrnb.so
|
||||
lib/libamrnb.so.3
|
||||
lib/libamrnb.so.3.0.0
|
||||
@dirrmtry include/amrnb
|
||||
|
Loading…
Reference in New Issue
Block a user