# $Id: Portfile,v 1.3 2004/01/21 20:26:20 matt Exp $

PortSystem 1.0
name		libdvdplay
version		1.0.1
revision	0
categories	devel multimedia
maintainers	darwinports@opendarwin.org
description	simple library designed for DVD navigation
long_description	\
	libdvdplay is a cross-platform layer over libdvdread that provides \
	low-level functions for DVD reading and seeking, as well as access \
	to the DVD data (subtitles, languages, chapters). It also provides \
	the virtual machine required for DVD navigation to the client \
	application.
homepage	http://developers.videolan.org/libdvdplay/
platforms	darwin
master_sites	\
	http://www.videolan.org/pub/${name}/${version}/
checksums	md5 f88641246b45ecf2907b677b957761fb
depends_lib	lib:libdvdread:libdvdread
configure.env \
	LDFLAGS="-L${prefix}/lib" \
 	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
