openbsd-ports/graphics/cal3d/Makefile

27 lines
473 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:17 ajacoutot Exp $
COMMENT = skeletal based character animation library
DISTNAME = cal3d-0.11.0
2010-11-17 03:05:12 -05:00
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/
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>