2013-03-08 12:32:11 +01:00
|
|
|
# Created by: kamikaze@bsdforen.de
|
2011-02-21 11:38:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libaacs
|
2018-02-17 14:52:19 +01:00
|
|
|
DISTVERSION= 0.9.0
|
2011-02-21 11:38:25 +01:00
|
|
|
CATEGORIES= multimedia
|
2012-03-22 07:51:16 +01:00
|
|
|
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
|
|
|
|
http://blu.opsec.eu/
|
2011-02-21 11:38:25 +01:00
|
|
|
|
2017-09-23 23:11:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-02-21 11:38:25 +01:00
|
|
|
COMMENT= Advanced Access Content System implementation
|
|
|
|
|
2014-04-27 16:14:26 +02:00
|
|
|
LICENSE= LGPL21
|
2018-02-17 14:52:19 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-04-27 16:14:26 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
|
|
libgpg-error.so:security/libgpg-error
|
2011-02-21 11:38:25 +01:00
|
|
|
|
2018-02-17 14:52:19 +01:00
|
|
|
USES= bison gettext iconv libtool pathfix tar:bzip2
|
2015-06-21 15:46:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-18 13:02:58 +02:00
|
|
|
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
|
|
|
|
INSTALL_TARGET= install-strip
|
2011-02-21 11:38:25 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2015-02-21 21:54:04 +01:00
|
|
|
.include "${.CURDIR}/../libbluray/Makefile.include"
|
|
|
|
|
2011-02-21 11:38:25 +01:00
|
|
|
.include <bsd.port.mk>
|