mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
509 B
Makefile
26 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus-tools
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|
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 \
|
|
libopus.so:audio/opus
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-maintainer-mode
|
|
|
|
.include <bsd.port.mk>
|