7c689742b1
Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus-tools
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|
${MASTER_SITE_MOZILLA_EXTENDED}
|
|
MASTER_SITE_SUBDIR= opus
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Encode, inspect, and decode Opus files
|
|
|
|
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|
libogg.so:${PORTSDIR}/audio/libogg \
|
|
libopus.so:${PORTSDIR}/audio/opus
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-maintainer-mode
|
|
|
|
.include <bsd.port.mk>
|