2005-04-11 23:44:48 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:46:00 tv Exp $
|
2004-02-10 10:14:34 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
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_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-11 02:32:06 +01:00
|
|
|
#AUTOMAKE_OVERRIDE= NO
|
2004-02-10 10:14:34 +01:00
|
|
|
|
|
|
|
.include "../../mk/autoconf.mk"
|
|
|
|
.include "../../mk/automake.mk"
|