summaryrefslogtreecommitdiff
path: root/math/yorick/Makefile
diff options
context:
space:
mode:
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"