openbsd-ports/graphics/cal3d/Makefile
2013-03-11 11:10:51 +00:00

28 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 11:10:51 espie Exp $
COMMENT = skeletal based character animation library
DISTNAME = cal3d-0.11.0
REVISION = 0
SHARED_LIBS = cal3d 1.0 # .12.0
CATEGORIES = graphics
HOMEPAGE = http://home.gna.org/cal3d/
MAINTAINER = Laurent Fanis <laurent@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
MASTER_SITES = http://download.gna.org/cal3d/sources/
USE_LIBTOOL = Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>