blob: a65da53d4478ad0cbd01adb9cdb132a9e4818364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:45 jmmv Exp $
#
DISTNAME= vista
PKGNAME= vista-5.05
WRKSRC= ${WRKDIR}/vista-5.0.5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://forrest.psych.unc.edu/research/vista.html
COMMENT= Visual statistics system
DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat
USE_X11BASE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|