mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
26 lines
510 B
Makefile
26 lines
510 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libdvbpsi
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES+= gmake
|
|
USES+= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-release
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|