freebsd-ports/multimedia/libbdplus/Makefile
2017-09-23 21:11:51 +00:00

25 lines
570 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= ports@FreeBSD.org
COMMENT= BD+ System research implementation
LICENSE= LGPL21
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so: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>