summaryrefslogtreecommitdiff
path: root/math/xlispstat/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-10-03 20:28:08 +0000
committerfrueauf <frueauf>1998-10-03 20:28:08 +0000
commit02eb92937d3dd68dec2e7cf3cb3093097d1ec827 (patch)
tree6ef71cdb4c0444fa034eda876929e16ae823adba /math/xlispstat/Makefile
parent47f8e72a65b98cf2895988946f122c918325b7d7 (diff)
downloadpkgsrc-02eb92937d3dd68dec2e7cf3cb3093097d1ec827.tar.gz
Initial addition of xlispstat-3.52.5, a statistics/X11 based lisp interpreter.
Closes pr 6234 by Rene Hexel.
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r--math/xlispstat/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
new file mode 100644
index 00000000000..0c22e11dece
--- /dev/null
+++ b/math/xlispstat/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/03 20:28:08 frueauf Exp $
+# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
+#
+
+DISTNAME= xlispstat-3-52-5
+PKGNAME= xlispstat-3.52.5
+CATEGORIES= math lang
+MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"