openbsd-ports/graphics/cal3d/Makefile
2013-03-21 08:45:11 +00:00

27 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:17 ajacoutot 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_GROFF = Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>