openbsd-ports/math/yorick/Makefile
reinhard 5dfaec65e3 Yorick is an interpreded language for scientific computing
and numerical analysis, very similar to Matlab.
 
Yorick's array syntax, interpreted programs are compact,
nearly free of explicit loops, and can run at speeds up to
20% of optimized compiled speed.
 
It can do interactive graphics via the X Window System,
including x-y plots, quadrilateral meshes and cell arrays.
Includes tools to assist making animated and simple 3d
graphs.
 
Supports output directly to your screen, in PostScript and
binary CGM format.

Maintainer: Peter Valchev <pvalchev@toxiclinux.org>
2001-02-09 10:50:51 +00:00

27 lines
648 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/02/09 10:50:51 reinhard Exp $
DISTNAME= yorick-1.4
CATEGORIES= math devel
NEED_VERSION= 1.353
HOMEPAGE= ftp://ftp-icf.llnl.gov/pub/Yorick/yorick-ad.html
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/
MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
USE_X11= Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/yorick.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/gist.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/Yorick/check.i ${PREFIX}/share/yorick/1.4
.include <bsd.port.mk>