mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Use USES=libtool
Strip binaries
This commit is contained in:
parent
b4fb0e22c3
commit
69eedc8fe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353066
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= celt
|
||||
PORTVERSION= 0.11.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= The CELT ultra-low delay audio codec
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
@ -18,6 +18,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix
|
||||
USES= gmake libtool:keepla pathfix
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@ bin/celtdec
|
||||
include/celt/celt.h
|
||||
include/celt/celt_types.h
|
||||
include/celt/celt_header.h
|
||||
lib/libcelt0.so.2.0.0
|
||||
lib/libcelt0.so.2
|
||||
lib/libcelt0.so
|
||||
lib/libcelt0.la
|
||||
|
Loading…
Reference in New Issue
Block a user