From c7d8cd0ef8a399ef0dfb4931dc100084e148733e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 18 Aug 1995 08:53:13 +0000 Subject: XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP. This one is IS_INTERACTIVE because it needs to connect to the X server while building. I don't know if it's possible to build a package or not. Submitted by: "Eric L. Hernes" this one was mentioned in the linux journal recently. I've used it before so I made up a port. --- math/xlispstat/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 math/xlispstat/Makefile (limited to 'math/xlispstat/Makefile') diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile new file mode 100644 index 000000000000..f809db5a565f --- /dev/null +++ b/math/xlispstat/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xlisp-stat +# Version required: 3.44 +# Date created: Tue Aug 15 17:57:48 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= xlispstat-3-44 +PKGNAME= xlispstat-3.44 +CATEGORIES+= math languages +MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/ + +HAS_CONFIGURE= yes +# needs to connect to X server while build +IS_INTERACTIVE= yes + +.include -- cgit v1.2.3