aboutsummaryrefslogtreecommitdiffstats
path: root/math/xlispstat/Makefile
blob: 6a91b2c65726ca8340115f4c011ea23ca9c78281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Eric L. Hernes <erich@rrnet.com>
# $FreeBSD$

PORTNAME=   xlispstat
PORTVERSION=    3.52.23
CATEGORIES= math lang lisp
MASTER_SITES=   http://homepage.stat.uiowa.edu/~luke/xls/xlispstat/3-52/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/./-/g}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Statistics/X11 based lisp interpreter

LICENSE=    BSD

USE_XORG=   x11
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  UCFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
MAKE_JOBS_UNSAFE=   yes

NO_STAGE=   yes
.include <bsd.port.mk>