pkgsrc-wip/openvrml/Makefile
Bruce J.A. Nourish 3003f129f5 OpenVRML is a portable C++ library for reading and displaying VRML97
files.  This distribution includes lookat, a sample viewer program that
uses GLUT. OpenVRML aspires to full conformance to the VRML97 specification. 
It isn't there yet, but much of the spec is supported, and OpenVRML will
continue to get better.

So there.
2004-03-21 21:04:23 +00:00

23 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/21 21:04:23 bjan2 Exp $
DISTNAME= openvrml-0.14.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openvrml/}
MAINTAINER= pkgsrc@bjan.freeshell.org
HOMEPAGE= http://www.openvrml.org/
COMMENT= Portable C++ library for displaying VRML97 files
USE_X11= YES
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--disable-script-node-java --disable-script-node-javascript
USE_GNU_TOOLS+= make
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"