diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:13 +0000 |
commit | c7d8cd0ef8a399ef0dfb4931dc100084e148733e (patch) | |
tree | fb0d040117a3ab0e5e05ebe7261febaa2c501899 /math/xlispstat/Makefile | |
parent | 550bcd2700300036a6294a930f61beed5e64fc42 (diff) | |
download | ports-c7d8cd0ef8a399ef0dfb4931dc100084e148733e.tar.gz ports-c7d8cd0ef8a399ef0dfb4931dc100084e148733e.zip |
Notes
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r-- | math/xlispstat/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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 <bsd.port.mk> |