mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
d7ca3d83ff
commit
96c26b82f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362590
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= opencore-amr
|
PORTNAME= opencore-amr
|
||||||
PORTVERSION= 0.1.3
|
PORTVERSION= 0.1.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||||
|
|
||||||
@ -12,7 +13,8 @@ COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
|||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake pathfix
|
USES= gmake libtool pathfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -3,13 +3,13 @@ include/opencore-amrnb/interf_enc.h
|
|||||||
include/opencore-amrwb/dec_if.h
|
include/opencore-amrwb/dec_if.h
|
||||||
include/opencore-amrwb/if_rom.h
|
include/opencore-amrwb/if_rom.h
|
||||||
lib/libopencore-amrnb.a
|
lib/libopencore-amrnb.a
|
||||||
lib/libopencore-amrnb.la
|
|
||||||
lib/libopencore-amrnb.so
|
lib/libopencore-amrnb.so
|
||||||
lib/libopencore-amrnb.so.0
|
lib/libopencore-amrnb.so.0
|
||||||
|
lib/libopencore-amrnb.so.0.0.3
|
||||||
lib/libopencore-amrwb.a
|
lib/libopencore-amrwb.a
|
||||||
lib/libopencore-amrwb.la
|
|
||||||
lib/libopencore-amrwb.so
|
lib/libopencore-amrwb.so
|
||||||
lib/libopencore-amrwb.so.0
|
lib/libopencore-amrwb.so.0
|
||||||
|
lib/libopencore-amrwb.so.0.0.3
|
||||||
libdata/pkgconfig/opencore-amrnb.pc
|
libdata/pkgconfig/opencore-amrnb.pc
|
||||||
libdata/pkgconfig/opencore-amrwb.pc
|
libdata/pkgconfig/opencore-amrwb.pc
|
||||||
@dirrmtry include/opencore-amrwb
|
@dirrmtry include/opencore-amrwb
|
||||||
|
Loading…
Reference in New Issue
Block a user