2003-04-04 03:32:05 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libdvbpsi
|
|
|
|
# Date created: Aug 8, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libdvbpsi
|
2005-07-06 19:51:01 +02:00
|
|
|
PORTVERSION= 0.1.5
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2003-04-04 03:32:05 +02:00
|
|
|
CATEGORIES= multimedia
|
2004-01-03 13:26:18 +01:00
|
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
|
2003-07-30 20:51:46 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
2005-07-06 19:51:01 +02:00
|
|
|
DISTNAME= ${PORTNAME}4-${PORTVERSION}
|
2003-04-04 03:32:05 +02:00
|
|
|
|
2006-06-09 20:00:35 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2003-04-04 03:32:05 +02:00
|
|
|
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-06 19:51:01 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2003-04-04 03:32:05 +02:00
|
|
|
CONFIGURE_ARGS= --enable-release
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-07-30 20:51:46 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \
|
|
|
|
s|-O6||g' ${WRKSRC}/configure
|
|
|
|
|
2003-04-04 03:32:05 +02:00
|
|
|
.include <bsd.port.mk>
|