7f633f4c93
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
23 lines
624 B
Makefile
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>
|