# $Id: Portfile 30230 2007-10-22 23:03:23Z jmpp@macports.org $

PortSystem 1.0

name			cal3d
version			0.9.1
categories		graphics devel
platforms		darwin
maintainers		nomaintainer
description		skeletal based 3d character animation library
long_description	Cal3d is a skeletal based 3d character animation library \
					written in C++

homepage		http://cal3d.sourceforge.net/
master_sites	sourceforge
checksums		md5 55023cf5b4063990f355629c57a175af
use_bzip2		yes

depends_build	bin:automake:automake \
				bin:autoconf:autoconf

pre-configure	{
	system "cd ${worksrcpath} && ./autogen.sh"
}
configure.args	--enable-static
