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