openbsd-ports/audio/opus-tools/Makefile
2012-09-14 21:42:57 +00:00

28 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/09/14 21:42:57 naddy Exp $
COMMENT= encode, inspect, and decode Opus files
DISTNAME= opus-tools-0.1.5
CATEGORIES= audio
HOMEPAGE= http://opus-codec.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
LIB_DEPENDS= audio/libogg audio/opus
WANTLIB= c m ogg opus sndio
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>