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
39da417e3e
commit
a4a828bc46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364994
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libamrwb
|
||||
PORTVERSION= 11.0.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \
|
||||
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
|
||||
@ -26,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
|
||||
|
@ -21,7 +21,7 @@ include/amrwb/enc_util.h
|
||||
include/amrwb/if_rom.h
|
||||
include/amrwb/typedef.h
|
||||
lib/libamrwb.a
|
||||
lib/libamrwb.la
|
||||
lib/libamrwb.so
|
||||
lib/libamrwb.so.3
|
||||
lib/libamrwb.so.3.0.0
|
||||
@dirrmtry include/amrwb
|
||||
|
Loading…
Reference in New Issue
Block a user