freebsd-ports/audio/opus-tools/Makefile

27 lines
516 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= opus-tools
PORTVERSION= 0.2
CATEGORIES= audio
2017-07-01 22:27:05 +02:00
MASTER_SITES= MOZILLA/opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
2015-12-28 16:49:48 +01:00
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libFLAC.so:audio/flac \
libogg.so:audio/libogg \
libopusenc.so:audio/libopusenc \
libopus.so:audio/opus \
libopusfile.so:audio/opusfile
USES= pkgconfig
2013-09-24 21:09:51 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
.include <bsd.port.mk>