aboutsummaryrefslogtreecommitdiff
path: root/audio/opus-tools/Makefile
blob: 1df6674d009eab8d91cb0c68557f9cd09527e5cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	opus-tools
PORTVERSION=	0.1.6
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://downloads.xiph.org/releases/opus/ \
		https://ftp.mozilla.org/pub/mozilla.org/opus/

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	Encode, inspect, and decode Opus files

LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg \
		opus:${PORTSDIR}/audio/opus

GNU_CONFIGURE=	yes
USES=		pkgconfig

PLIST_FILES=	bin/opusdec bin/opusenc bin/opusinfo
MAN1=		opusdec.1 opusenc.1 opusinfo.1

.include <bsd.port.mk>