summaryrefslogtreecommitdiff
path: root/graphics/geomview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r--graphics/geomview/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
new file mode 100644
index 00000000000..2f0e697a6fd
--- /dev/null
+++ b/graphics/geomview/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/09 03:26:59 jtb Exp $
+
+DISTNAME= geomview-1.8.0
+CATEGORIES= graphics math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geomview/}
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.geomview.org
+
+GNU_CONFIGURE= YES
+USE_X11= YES
+USE_MOTIF= YES
+USE_MESA= YES
+EVAL_PREFIX+= MESA_PREFIX=Mesa LESSTIF_PREFIX=lesstif
+
+CONFIGURE_ARGS+= --without-xforms
+CONFIGURE_ARGS+= --with-opengl=${MESA_PREFIX}
+CONFIGURE_ARGS+= --with-motif=${LESSTIF_PREFIX}
+CONFIGURE_ENV+= "CPPFLAGS=-Dunix -Dalloca=__builtin_alloca"
+
+INFO_FILES= geomview
+
+.include "../../mk/bsd.pkg.mk"