Tweak multimedia/gstreamer version 0.10.36_5
[dports.git] / multimedia / libaacs / Makefile
1 # Created by: kamikaze@bsdforen.de
2 # $FreeBSD$
3
4 PORTNAME=       libaacs
5 PORTVERSION=    0.8.1
6 CATEGORIES=     multimedia
7 MASTER_SITES=   ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
8                 http://blu.opsec.eu/
9
10 MAINTAINER=     kami@FreeBSD.org
11 COMMENT=        Advanced Access Content System implementation
12
13 LICENSE=        LGPL21
14
15 BUILD_DEPENDS=  ${LOCALBASE}/bin/flex:textproc/flex
16 LIB_DEPENDS=    libgcrypt.so:security/libgcrypt \
17                 libgpg-error.so:security/libgpg-error
18
19 GNU_CONFIGURE=  yes
20 CONFIGURE_ENV=  LEX="${LOCALBASE}/bin/flex"
21 INSTALL_TARGET= install-strip
22 USES=           autoreconf bison gettext iconv libtool pathfix tar:bzip2
23 USE_LDCONFIG=   yes
24
25 .include "${.CURDIR}/../libbluray/Makefile.include"
26
27 .include <bsd.port.mk>