summaryrefslogtreecommitdiff
path: root/math/vista/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-10-03 20:33:46 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-10-03 20:33:46 +0000
commit21a029badbc8357eeaf800a7ce037a8a6f5fa32d (patch)
treec099f31aade623b862ed7c7794381d93dc19b38d /math/vista/Makefile
parent1f6a58847cd6c0c2d0d335dda3efb20b4248e574 (diff)
downloadpkgsrc-21a029badbc8357eeaf800a7ce037a8a6f5fa32d.tar.gz
Initial addition of vista-5.05, a visual statisitics system. Closes pr 6235
by Rene Hexel.
Diffstat (limited to 'math/vista/Makefile')
-rw-r--r--math/vista/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/vista/Makefile b/math/vista/Makefile
new file mode 100644
index 00000000000..7ff2f60f09d
--- /dev/null
+++ b/math/vista/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/03 20:33:46 frueauf Exp $
+#
+
+DISTNAME= vista
+PKGNAME= vista-5.05
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://forrest.psych.unc.edu/research/vista.html
+
+DEPENDS+= xlispstat-3.52.5:../../math/xlispstat
+
+WRKSRC= ${WRKDIR}/vista-5.0.5
+USE_X11= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"