Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libaacs |
4 |
PORTNAME= libaacs |
5 |
DISTVERSION= 0.9.0 |
5 |
DISTVERSION= 0.11.0 |
6 |
CATEGORIES= multimedia |
6 |
CATEGORIES= multimedia |
7 |
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ |
7 |
MASTER_SITES= https://downloads.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ |
8 |
http://blu.opsec.eu/ |
|
|
9 |
|
8 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= Advanced Access Content System implementation |
10 |
COMMENT= Advanced Access Content System implementation |
Lines 17-28
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
Link Here
|
17 |
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
16 |
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
18 |
libgpg-error.so:security/libgpg-error |
17 |
libgpg-error.so:security/libgpg-error |
19 |
|
18 |
|
20 |
USES= bison gettext iconv libtool pathfix tar:bzip2 |
19 |
USES= autoreconf bison libtool pathfix tar:bzip2 |
21 |
GNU_CONFIGURE= yes |
|
|
22 |
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" |
23 |
INSTALL_TARGET= install-strip |
24 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
25 |
|
21 |
|
26 |
.include "${.CURDIR}/../libbluray/Makefile.include" |
22 |
GNU_CONFIGURE= yes |
|
|
23 |
CONFIGURE_ARGS= --disable-optimizations |
24 |
|
25 |
INSTALL_TARGET= install-strip |
27 |
|
26 |
|
28 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |