Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name cal3d
version 0.9.1
categories graphics devel
platforms darwin
maintainers nomaintainer@macports.org
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