2019-11-02 23:37:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2019/11/02 22:37:54 rillig Exp $
|
2004-02-10 10:14:34 +01:00
|
|
|
#
|
|
|
|
|
2019-11-02 23:37:52 +01:00
|
|
|
PKGNAME= cal3d-${CAL3D_VERSION}
|
2015-04-25 16:22:51 +02:00
|
|
|
PKGREVISION= 3
|
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++
|
2018-01-03 01:30:31 +01:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
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 "../../mk/bsd.pkg.mk"
|