blob: ca19400b0bf15cd233bacea226807f5fa3ce45f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2012/10/02 23:47:56 asau Exp $
#
DISTNAME= opus-1.0.1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://opus-codec.org/
COMMENT= Totally open, royalty-free, highly versatile audio codec library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= opus.pc.in
.include "../../mk/bsd.pkg.mk"
|