summaryrefslogtreecommitdiffstats
path: root/lang/whitespace/Makefile
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-05-30 20:04:03 +0000
committeraaron <aaron@FreeBSD.org>2006-05-30 20:04:03 +0000
commitbaa77f551cf801372920792d42815b8f22ddb997 (patch)
tree15e53e765905d1637fc8b29fbd46995dd26724fe /lang/whitespace/Makefile
parentcac9e03326c54ee575f9a95f3c149edf847904af (diff)
downloadFreeBSD-ports-baa77f551cf801372920792d42815b8f22ddb997.zip
FreeBSD-ports-baa77f551cf801372920792d42815b8f22ddb997.tar.gz
Add whitespace 0.3, an interpreter for the Whitespace programming
language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
Diffstat (limited to 'lang/whitespace/Makefile')
-rw-r--r--lang/whitespace/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile
new file mode 100644
index 0000000..27a0f54
--- /dev/null
+++ b/lang/whitespace/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: whitespace
+# Date created: 18 May 2006
+# Whom: Li-Lun Wang <llwang@infor.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= whitespace
+PORTVERSION= 0.3
+CATEGORIES= lang
+MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/
+DISTNAME= wspace-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= llwang@infor.org
+COMMENT= An interpreter for the Whitespace programming language
+
+BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+
+WRKSRC= ${WRKDIR}/WSpace
+USE_GMAKE= yes
+ALL_TARGET= ${TARGET}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wspace ${PREFIX}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/tutorial.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud