aboutsummaryrefslogtreecommitdiffstats
path: root/audio/opus-tools/Makefile
blob: 08b44cbc3216937cdbede639b0d4c176c7d4e904 (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=   1
CATEGORIES= audio
MASTER_SITES=   http://downloads.xiph.org/releases/opus/ \
        MOZILLA_EXTENDED/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>