aboutsummaryrefslogblamecommitdiff
path: root/audio/libopusenc/Makefile
blob: b8ff97b8e344d95bf4ca07f20f07230ed635148b (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                     
                 




                                                       
                                       





                                     
                                               









                                                                         
PORTNAME=	libopusenc
PORTVERSION=	0.2.1
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	MOZILLA/opus

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	High-level API for encoding .opus files
WWW=		https://opus-codec.org/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libopus.so:audio/opus

USES=		gmake libtool pathfix pkgconfig
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-maintainer-mode	# avoid autotools cascade
CONFIGURE_ARGS+=--disable-doc			# requires doxygen
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>