aboutsummaryrefslogtreecommitdiff
path: root/audio/alac/Makefile
blob: 0f7931970bfcee16efb8c5c0da08e50482fe2a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	alac
PORTVERSION=	0.0.7
PORTEPOCH=	1
CATEGORIES=	audio

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Apple Lossless Audio Codec

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		autoreconf libtool pathfix
USE_GITHUB=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
OPTIONS_SUB=	yes

GH_ACCOUNT=	mikebrady

OPTIONS_DEFINE=	CONVERTER
CONVERTER_DESC=	Build with command-line utility to read and write audio data
OPTIONS_DEFAULT=CONVERTER

CONVERTER_CONFIGURE_ON=	--enable-example
CONVERTER_EXTRA_PATCHES=${FILESDIR}/extrapatch-convert-utility_Makefile.am

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>