pkgsrc/graphics/cal3d/Makefile

18 lines
346 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2019/11/02 22:37:54 rillig Exp $
#
PKGNAME= cal3d-${CAL3D_VERSION}
PKGREVISION= 3
.include "../../graphics/cal3d/Makefile.common"
COMMENT= Skeletal based 3d character animation library in C++
2018-01-03 01:30:31 +01:00
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= automake
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../mk/bsd.pkg.mk"