aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libbdplus/Makefile
blob: b1546566b1bdbd5ebcebb6549740aeb4b8e58c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: kamikaze@bsdforen.de

PORTNAME=	libbdplus
DISTVERSION=	0.2.0
CATEGORIES=	multimedia
MASTER_SITES=	https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	BD+ System research implementation

LICENSE=	LGPL21

LIB_DEPENDS=	libaacs.so:multimedia/libaacs \
		libgcrypt.so:security/libgcrypt \
		libgpg-error.so:security/libgpg-error

USES=		autoreconf libtool pkgconfig tar:bzip2
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-optimizations

.include <bsd.port.mk>