3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
30 lines
819 B
Makefile
30 lines
819 B
Makefile
# New ports collection makefile for: xlisp-stat
|
|
# Date created: Tue Aug 15 17:57:48 CDT 1995
|
|
# Whom: Eric L. Hernes <erich@rrnet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlispstat
|
|
PORTVERSION= 3.52.20
|
|
PORTREVISION= 2
|
|
CATEGORIES= math lang lisp
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME}
|
|
USE_XORG= x11
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^static double fmax/d' ${WRKSRC}/lowess.c
|
|
|
|
.include <bsd.port.mk>
|