aboutsummaryrefslogblamecommitdiff
path: root/audio/alac/Makefile
blob: 6eee73a96edcdbc3f3707c58396ec878dfb5eb71 (plain) (tree)



















                                          








                                                                            
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>