freebsd-ports/multimedia/libdvbpsi/Makefile
Daniel Engberg a90bfe784b multimedia/libdvbpsi: Update MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org
While at it switch to DISTVERSION for consistency

Reference: http://get.videolan.org/libdvbpsi/1.3.3/libdvbpsi-1.3.3.tar.bz2?mirrorlist

PR:		270149
Approved by:	multimedia (riggs)
2023-03-13 11:02:55 +01:00

31 lines
768 B
Makefile

PORTNAME= libdvbpsi
DISTVERSION= 1.3.3
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
https://download.videolan.org/pub/libdvbpsi/${DISTVERSION}/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
WWW= https://www.videolan.org/developers/libdvbpsi.html
LICENSE= LGPL21
OPTIONS_DEFINE= DEBUG
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
#CFLAGS= -Wno-tautological-constant-out-of-range-compare
GNU_CONFIGURE= yes
DEBUG_CONFIGURE_ON= --enable-debug
DEBUG_CONFIGURE_OFF= --enable-release
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
do-test:
@(cd ${WRKSRC}/misc && ./test_dr)
.include <bsd.port.mk>