freebsd-ports/audio/opus-tools/Makefile

25 lines
494 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= opus-tools
PORTVERSION= 0.1.10
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
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 \
libopus.so:audio/opus
USES= pkgconfig
2013-09-24 21:09:51 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
.include <bsd.port.mk>