mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
abbf5f7915
PR: ports/63881 Submitted by: Ports Fury
26 lines
736 B
Makefile
26 lines
736 B
Makefile
# New ports collection makefile for: xlisp-stat
|
|
# Date created: Tue Aug 15 17:57:48 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlispstat
|
|
PORTVERSION= 3.52.20
|
|
CATEGORIES= math lang
|
|
MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/current/ \
|
|
http://lib.stat.cmu.edu/xlispstat/Src/current/ \
|
|
ftp://ftp.stat.unipg.it/pub/stat/xlispstat/current/ \
|
|
ftp://srsuna.shlrc.mq.edu.au/pub/xlispstat/current/ \
|
|
ftp://statlab.uni-heidelberg.de/pub/mirrors/umn/xlispstat/current/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A statistics/X11 based lisp interpreter
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|