summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-22 16:53:16 +0000
committerwiz <wiz>2000-11-22 16:53:16 +0000
commit3fb175b964cc5c8c821c9bef546abbab018ecdb5 (patch)
tree1b9b548c84df849784240020bd676df37eefceb1 /lang/intercal/Makefile
parentd92af3bc555ebbe421667ea88c85afb774e17776 (diff)
downloadpkgsrc-3fb175b964cc5c8c821c9bef546abbab018ecdb5.tar.gz
Initial import of intercal-0.20, an INTERCAL compiler.
Package provided by Dieter Baron in private communication.
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
new file mode 100644
index 00000000000..13185787398
--- /dev/null
+++ b/lang/intercal/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/22 16:53:16 wiz Exp $
+#
+
+DISTNAME= intercal-0.20
+CATEGORIES= lang
+MASTER_SITES= http://www.tuxedo.org/~esr/intercal/
+
+MAINTAINER= dillo@giga.or.at
+HOMEPAGE= http://www.tuxedo.org/~esr/intercal/
+
+MAKE_ENV+= PREFIX="${PREFIX}" MKDIR="${MKDIR}"
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
+
+.include "../../mk/bsd.pkg.mk"