blob: 08135710a0f308a02ce47ebae71c67a6d0fb2bc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= opus-tools
PORTVERSION= 0.1.9
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MOZILLA/opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
libogg.so:${PORTSDIR}/audio/libogg \
libopus.so:${PORTSDIR}/audio/opus
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
.include <bsd.port.mk>
|