pkgsrc/graphics/cal3d/Makefile
jlam fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00

18 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/06/01 20:08:00 jlam Exp $
#
PKGNAME= cal3d-${CAL3D_VERSION}
PKGREVISION= 1
.include "../../graphics/cal3d/Makefile.common"
COMMENT= Skeletal based 3d character animation library in C++
USE_TOOLS+= automake
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"