pkgsrc/math/xlispstat/Makefile
jlam ecb2e3fc8e Update math/xlispstat to version 3.52.20. Changes from version 3.52.18
include:

* Added some timing pauses so rotations and such are not too
  fast.

* Changed default setting of X11 option :FAST-LINES to NIL.  It
  is no longer needed as an optimization and support seems to
  now be buggy on some servers.

+ Support user-destdir installation.

+ HOMEPAGE has moved to uiowa.edu.
2008-03-07 16:48:02 +00:00

34 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.22 2008/03/07 16:48:02 jlam Exp $
DISTNAME= xlispstat-3-52-20
PKGNAME= xlispstat-3.52.20
CATEGORIES= math lang
MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \
ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/
COMMENT= Statistics/X11-based LISP interpreter
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_X11BASE= yes
NOT_FOR_PLATFORM= *-*-alpha # core dumps
BUILD_TARGET= xlispstat
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=
.endif
MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection'
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"