Update audio/qjackctl to version 0.6.2
[dports.git] / audio / libopusenc / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libopusenc
4 PORTVERSION=    0.2.1
5 CATEGORIES=     audio
6 MASTER_SITES=   MOZILLA/opus
7
8 MAINTAINER=     naddy@FreeBSD.org
9 COMMENT=        High-level API for encoding .opus files
10
11 LICENSE=        BSD3CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 LIB_DEPENDS=    libopus.so:audio/opus
15
16 USES=           gmake libtool pathfix pkgconfig
17 USE_LDCONFIG=   yes
18
19 GNU_CONFIGURE=  yes
20 CONFIGURE_ARGS= --disable-maintainer-mode       # avoid autotools cascade
21 CONFIGURE_ARGS+=--disable-doc                   # requires doxygen
22 INSTALL_TARGET= install-strip
23
24 OPTIONS_DEFINE= DOCS
25
26 .include <bsd.port.mk>