pkgsrc/math/xlispstat/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

28 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:18 agc 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/
MASTER_SITES+= 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
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
BROKEN_ON_PLATFORM= *-*-alpha # core dumps
BUILD_TARGET= xlispstat
MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection'
MAKE_ENV.SunOS+= CPPFLAGS=
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"