pkgsrc-wip/openvrml/Makefile
Thomas Klausner b2f18c407b Bruce J.A. Nourish doesn't have the time to maintain these packages
any longer -- reset maintainer to tech-pkg on his request.
2004-06-13 18:56:24 +00:00

23 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/06/13 18:56:29 thomasklausner Exp $
DISTNAME= openvrml-0.14.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openvrml/}
MAINTAINER= tech-pkg@NetBSD.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"