diff options
author | garbled <garbled@pkgsrc.org> | 2004-02-10 09:14:34 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2004-02-10 09:14:34 +0000 |
commit | 0c6e48285e77ebfc668454e49328e93a203342fb (patch) | |
tree | e4f0ff5682a897f5d23df68314568e9f3e486363 /graphics/cal3d/Makefile | |
parent | 63ba88754db126a6cf8c71e34bc448bd2d217921 (diff) | |
download | pkgsrc-0c6e48285e77ebfc668454e49328e93a203342fb.tar.gz |
Add new package for cal3d-0.9.1, a 3D skeletal animation library.
Diffstat (limited to 'graphics/cal3d/Makefile')
-rw-r--r-- | graphics/cal3d/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile new file mode 100644 index 00000000000..ec9d3ec85ca --- /dev/null +++ b/graphics/cal3d/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 09:14:34 garbled Exp $ +# + +PKGNAME= cal3d-${CAL3D_VERSION} + +.include "../../graphics/cal3d/Makefile.common" + +COMMENT= Skeletal based 3d character animation library in C++ + +USE_BUILDLINK3= yes + +pre-configure: + cd ${WRKSRC} && ./autogen.sh + +.include "../../graphics/Mesa/buildlink3.mk" + +.include "../../mk/automake.mk" +.include "../../mk/autoconf.mk" +.include "../../mk/bsd.pkg.mk" |