# $Id: Portfile,v 1.5 2006/03/31 18:48:38 matt Exp $

PortSystem 1.0
name			mpeg4ip
version			1.4.1
revision		1
categories		audio
platforms		darwin
maintainers		darwinports@opendarwin.org
homepage		http://mpeg4ip.sf.net/
description		Mpeg4 library and tools from mpeg4ip

long_description	The MPEG4IP project provides a standards-based system for encoding, \
			streaming, and playing encoded audio, video and text.

master_sites		sourceforge
			
checksums		md5 68968c23c7e9d23cac11f15f3bcf7ede \
			sha1 f0a4b9ecfb281c6c20b332002a7e341e27a9ea10 \
			rmd160 656d06433d490aadadd8c6fd8e8d5727870e8766

depends_lib		lib:libSDL.1:libsdl

depends_build		bin:glibtoolize:libtool \
			bin:automake:automake \
			bin:autoconf:autoconf

configure.cmd 		./bootstrap \
			--disable-server \
			--disable-player \
			--mandir=${prefix}/share/man

patchfiles		patch-bootstrap.diff

build.target		{}
