diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 06:57:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 06:57:19 +0000 |
commit | 69eedc8fe59acb41be769be48dfed5c794ab6915 (patch) | |
tree | 37ae9f8959d3fb21c4efe3e03b65880f959f888c /audio | |
parent | b4fb0e22c3ced0ef1bbd3bd3612495d8009fe8bd (diff) | |
download | ports-69eedc8fe59acb41be769be48dfed5c794ab6915.tar.gz ports-69eedc8fe59acb41be769be48dfed5c794ab6915.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/celt/Makefile | 7 | ||||
-rw-r--r-- | audio/celt/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index e9964234123b..0a20f0646ab7 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -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> diff --git a/audio/celt/pkg-plist b/audio/celt/pkg-plist index c1ebc9426380..39f08e640ce3 100644 --- a/audio/celt/pkg-plist +++ b/audio/celt/pkg-plist @@ -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 |