opnsense-ports/multimedia/libbdplus/Makefile
Franco Fichtner ddec5f41c8 */*: sync with upstream
Taken from: FreeBSD
2023-03-09 07:24:26 +01:00

23 lines
624 B
Makefile

PORTNAME= libbdplus
DISTVERSION= 0.2.0
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= BD+ System research implementation
WWW= https://www.videolan.org/developers/libbdplus.html
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>