pkgsrc/math/xlispstat/Makefile
hubertf 091ea5081c This package wants a valid $DISPLAY to build, just like gimp.
(Although it doesn't seem to open any windows :-/)

Mark as interactive if $DISPLAY is not set.
1999-10-04 21:41:03 +00:00

29 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.8 1999/10/04 21:41:03 hubertf Exp $
# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
#
DISTNAME= xlispstat-3-52-9
PKGNAME= xlispstat-3.52.9
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_X11BASE= yes
NOT_FOR_PLATFORM= *-*-alpha #core dumps
.ifndef DISPLAY
IS_INTERACTIVE= yes
.endif
ALL_TARGET= xlispstat
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=
.endif
.include "../../mk/bsd.pkg.mk"