summaryrefslogtreecommitdiff
path: root/math/yorick/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-03 17:49:25 +0000
committerrh <rh@pkgsrc.org>2000-08-03 17:49:25 +0000
commit279764a93dbb21d4eb924f5c997198bbd01c9aeb (patch)
treeb8a34ab95ff4520f2fa14e09a6280b884761a3b8 /math/yorick/Makefile
parentd4ce86ca24bdeed683ed07741906a47f7b6b2f71 (diff)
downloadpkgsrc-279764a93dbb21d4eb924f5c997198bbd01c9aeb.tar.gz
Initial import of yorick-1.4, a numerical algebra system. Provided through
PR pkg/10533 by John Refling <refling@comet.lbl.gov>
Diffstat (limited to 'math/yorick/Makefile')
-rw-r--r--math/yorick/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile
new file mode 100644
index 00000000000..cbee99e5b02
--- /dev/null
+++ b/math/yorick/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/03 17:49:25 rh Exp $
+#
+
+DISTNAME= yorick-1.4
+CATEGORIES= math
+MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/
+
+MAINTAINER= refling@comet.lbl.gov
+HOMEPAGE= ftp://ftp-icf.llnl.gov/pub/Yorick/yorick-ad.html
+
+GNU_CONFIGURE= YES
+USE_X11= YES
+
+post-install:
+ (cd ${WRKSRC}; ${INSTALL_MAN} yorick.1 ${PREFIX}/man/man1)
+ (cd ${WRKSRC}; ${INSTALL_MAN} gist.1 ${PREFIX}/man/man1)
+ (cd ${WRKSRC}/Yorick; ${PREFIX}/bin/yorick -batch check.i)
+
+.include "../../mk/bsd.pkg.mk"