pkgsrc/graphics/cal3d/Makefile.common
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

17 lines
423 B
Makefile

# $NetBSD: Makefile.common,v 1.6 2005/06/01 20:08:00 jlam Exp $
#
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
USE_TOOLS+= automake
GNU_CONFIGURE= yes