summaryrefslogtreecommitdiff
path: root/math/xlispstat/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-10-03 20:28:08 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-10-03 20:28:08 +0000
commit1f6a58847cd6c0c2d0d335dda3efb20b4248e574 (patch)
tree6ef71cdb4c0444fa034eda876929e16ae823adba /math/xlispstat/Makefile
parenta2eae18262b8c44cae133dc16c5e3287a197b954 (diff)
downloadpkgsrc-1f6a58847cd6c0c2d0d335dda3efb20b4248e574.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"