pkgsrc/graphics/cal3d/Makefile.common
wiz c85130d403 AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
2004-09-04 23:40:43 +00:00

21 lines
509 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2004/09/04 23:40:43 wiz 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_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
#AUTOMAKE_OVERRIDE= NO
.include "../../mk/autoconf.mk"
.include "../../mk/automake.mk"