f9a7d37665
* Fix bugs in table: EIT * Fix test_dr
31 lines
911 B
Makefile
31 lines
911 B
Makefile
# $NetBSD: Makefile,v 1.24 2017/02/26 10:15:52 adam Exp $
|
|
|
|
DISTNAME= libdvbpsi-1.3.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/
|
|
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= libdvbpsi.pc.in
|
|
|
|
LIBS.SunOS+= -lsocket -lnsl
|
|
|
|
CONFIG_GUESS_OVERRIDE= .auto/config.guess
|
|
CONFIG_SUB_OVERRIDE= .auto/config.sub
|
|
|
|
.include "../../mk/compiler.mk"
|
|
#.if !empty(PKGSRC_COMPILER:Mclang)
|
|
#_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-constant-out-of-range-compare \
|
|
# -Wno-error=tautological-compare
|
|
#CWRAPPERS_APPEND.cc+= -Wno-error=tautological-constant-out-of-range-compare \
|
|
# -Wno-error=tautological-compare
|
|
#.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|