Ticket #31887: cal3d.diff
File cal3d.diff, 852 bytes (added by marin.saric@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name cal3d 6 version 0. 9.16 version 0.11.0 7 7 categories graphics devel 8 8 platforms darwin 9 9 maintainers nomaintainer … … 11 11 long_description Cal3d is a skeletal based 3d character animation library \ 12 12 written in C++ 13 13 14 homepage http:// gna.org/projects/cal3d/15 master_sites http://download.gna.org/cal3d/sources/14 homepage http://home.gna.org/cal3d/ 15 master_sites http://download.gna.org/cal3d/sources/ 16 16 17 checksums md5 55023cf5b4063990f355629c57a175af 18 19 use_bzip2 yes 17 checksums md5 82ad09c1c28e73bc9596aec47237bfba 20 18 21 19 depends_build bin:automake:automake \ 22 20 bin:autoconf:autoconf 23 21 24 pre-configure {25 system "cd ${worksrcpath} && ./autogen.sh"26 }27 22 configure.args --enable-static