2008-06-12 04:14:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:31 joerg Exp $
|
2004-02-10 10:14:34 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= cal3d-${CAL3D_VERSION}
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2004-02-10 10:14:34 +01:00
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-02-10 10:14:34 +01:00
|
|
|
.include "../../graphics/cal3d/Makefile.common"
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
COMMENT= Skeletal based 3d character animation library in C++
|
2004-02-10 10:14:34 +01:00
|
|
|
|
2005-06-01 22:07:59 +02:00
|
|
|
USE_TOOLS+= automake
|
2004-02-10 10:14:34 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ./autogen.sh
|
|
|
|
|
|
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|