25 lines
593 B
Makefile
25 lines
593 B
Makefile
# Created by: kamikaze@bsdforen.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libbdplus
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
|
|
http://blu.opsec.eu/
|
|
|
|
MAINTAINER= kami@FreeBSD.org
|
|
COMMENT= BD+ System research implementation
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
libgpg-error.so:${PORTSDIR}/security/libgpg-error
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf tar:bzip2 pkgconfig libtool
|
|
|
|
CONFIGURE_ARGS= --without-libaacs
|
|
|
|
.include "${.CURDIR}/../libbluray/Makefile.include"
|
|
|
|
.include <bsd.port.mk>
|