1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/multimedia/libdvbpsi/Makefile
2019-10-16 11:28:49 +00:00

32 lines
687 B
Makefile

# Created by: ijliao
# $FreeBSD$
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>