freebsd-ports/multimedia/libdvbpsi/Makefile

31 lines
730 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
2005-07-06 19:51:01 +02:00
DISTNAME= ${PORTNAME}4-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
2005-07-06 19:51:01 +02:00
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-release
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \
s|-O6||g' ${WRKSRC}/configure
.include <bsd.port.mk>