pkgsrc/math/xlispstat/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

30 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:09 jlam Exp $
DISTNAME= xlispstat-3-52-18
PKGNAME= xlispstat-3.52.18
PKGREVISION= 1
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.umn.edu/~luke/xls/xlsinfo/xlsinfo.html
COMMENT= Statistics/X11-based LISP interpreter
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'
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"