6828ea7d03
- Switch to CDN by default as mirrors are no longer kept up to date - Drop obsolete pointer to http://www.mozilla.org/mirrors.html - Drop redundant BUGZILLA and MOZILLA_EXTEND - Shorten MASTER_SITES in gecko@ ports - Move MOZILLA_ADDONS to bsd.sites.mk - Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS - Addons CDN redirects to https://, so don't mislead with http:// https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/ Differential Revision: https://reviews.freebsd.org/D2550 Tested by: distilator Reviewed by: mat (partial) Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.) Approved by: portmgr (bapt, earlier version) MFH: 2015Q2
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus-tools
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|
MOZILLA/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>
|