freebsd-ports/multimedia/libaacs/Makefile
2015-03-22 20:06:18 +00:00

27 lines
751 B
Makefile

# Created by: kamikaze@bsdforen.de
# $FreeBSD$
PORTNAME= libaacs
PORTVERSION= 0.8.0
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://blu.opsec.eu/
MAINTAINER= kami@FreeBSD.org
COMMENT= Advanced Access Content System implementation
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgpg-error.so:${PORTSDIR}/security/libgpg-error
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
INSTALL_TARGET= install-strip
USE_AUTOTOOLS= autoconf aclocal automake
USES= bison gettext iconv libtool pathfix tar:bzip2
USE_LDCONFIG= yes
.include "${.CURDIR}/../libbluray/Makefile.include"
.include <bsd.port.mk>