diff options
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r-- | math/xlispstat/Makefile | 16 |
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" |