summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-17 21:52:20 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-17 21:52:20 +0000
commit7091278830f60c5d67a2ec24b95f59a85af43822 (patch)
treed2bd5fa6bba6373cab173dc9b5c2441ea75b32e2 /lang/intercal/Makefile
parentRemove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk, (diff)
Import of the INTERCAL compiler, ick, version 0.17.
PR: 6080
Notes
Notes: svn path=/head/; revision=10547
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
new file mode 100644
index 000000000000..d3e8f5d2ae54
--- /dev/null
+++ b/lang/intercal/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: intercal
+# Version required: 0.17
+# Date created: 20 March 1998
+# Whom: Matthew Hunt <mph@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= intercal-0.17
+CATEGORIES= lang
+MASTER_SITES= http://earthspace.net/~esr/
+
+MAINTAINER= mph@freebsd.org
+
+WRKSRC= $(WRKDIR)/$(DISTNAME)/src
+
+pre-install:
+ ${MKDIR} ${PREFIX}/share/intercal
+ ${MKDIR} ${PREFIX}/lib/intercal
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/intercal/pit
+ ${CP} -R $(WRKDIR)/$(DISTNAME)/pit/* ${PREFIX}/share/intercal/pit
+
+.include <bsd.port.mk>