mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
a90bfe784b
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)
31 lines
768 B
Makefile
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>
|