aboutsummaryrefslogblamecommitdiff
path: root/audio/alac/Makefile
blob: 0f7931970bfcee16efb8c5c0da08e50482fe2a0b (plain) (tree)
1
                                                




















                                          








                                                                            
# 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>