summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
authorperry <perry@pkgsrc.org>1998-07-02 20:43:19 +0000
committerperry <perry@pkgsrc.org>1998-07-02 20:43:19 +0000
commitd13527f4b325865242c63e2f726137b4deccd468 (patch)
tree0c6b8744d15f45234e4c95e0c95229fd5df876d2 /lang/STk/Makefile
parent7500b541174bb73feeacee5357e4bf2b82436f23 (diff)
downloadpkgsrc-d13527f4b325865242c63e2f726137b4deccd468.tar.gz
STk: A scheme interpreter with full access to the Tk graphical package.
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r--lang/STk/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
new file mode 100644
index 00000000000..54b313d3d81
--- /dev/null
+++ b/lang/STk/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 1998/07/02 20:43:19 perry Exp $
+#
+# originally taken from the FreeBSD port by jmacd@cs.berkeley.edu
+#
+# FreeBSD Id: Makefile,v 1.14 1998/03/08 01:39:21 jmacd Exp
+#
+
+DISTNAME= STk-3.99.2
+CATEGORIES= lang
+MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/
+
+MAINTAINER= perry@NetBSD.ORG
+
+GNU_CONFIGURE= yes
+
+#post-install:
+# ln -s ${PREFIX}/lib/stk/3.99.2/NetBSD-1.3F-i386/snow ${PREFIX}/bin/
+# ln -s ${PREFIX}/lib/stk/3.99.2/NetBSD-1.3F-i386/stk ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"