freebsd-ports/audio/opus-tools/Makefile
Christian Weisgerber 25438c3bdc Convert to stage.
2013-09-24 19:09:51 +00:00

19 lines
419 B
Makefile

# $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= libogg.so:${PORTSDIR}/audio/libogg \
libopus.so:${PORTSDIR}/audio/opus
USES= pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>