freebsd-ports/multimedia/libbdplus/Makefile
Daniel Engberg 7f633f4c93 multimedia/libbdplus: Add VideoLAN's CDN to MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org

Reference: https://get.videolan.org/libbdplus/0.2.0/libbdplus-0.2.0.tar.bz2?mirrorlist
2023-03-08 23:40:08 +01:00

24 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>