mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
27 lines
516 B
Makefile
27 lines
516 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus-tools
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= MOZILLA/opus
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Encode, inspect, and decode Opus files
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-maintainer-mode
|
|
|
|
.include <bsd.port.mk>
|