mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
31 lines
675 B
Makefile
31 lines
675 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= libdvbpsi
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/${PORTVERSION}/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
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>
|