1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/multimedia/libbdplus/Makefile
Dominic Fandrey f12440ac04 New port multimedia/libbdplus, part of the libbluray group.
PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:48:37 +00:00

27 lines
623 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
USE_AUTOTOOLS= autoconf aclocal automake
USES= tar:bzip2 pkgconfig libtool
CONFIGURE_ARGS= --without-libaacs
.include "${.CURDIR}/../libbluray/Makefile.include"
.include <bsd.port.mk>