summaryrefslogtreecommitdiff
path: root/graphics/cal3d/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cal3d/Makefile.common')
-rw-r--r--graphics/cal3d/Makefile.common23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common
new file mode 100644
index 00000000000..c9b958cf12e
--- /dev/null
+++ b/graphics/cal3d/Makefile.common
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2004/02/10 09:14:34 garbled Exp $
+#
+
+DISTNAME= cal3d-${CAL3D_VERSION}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cal3d/}
+
+CAL3D_VERSION= 0.9.1
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://cal3d.sourceforge.net/
+COMMENT= Skeletal based 3d character animation library in C++
+
+EXTRACT_SUFX= .tar.bz2
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+AUTOMAKE_REQD= 1.8
+AUTOMAKE_OVERRIDE= NO
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../mk/autoconf.mk"
+.include "../../mk/automake.mk"