aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-10-21 19:29:01 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-10-21 19:29:01 +0000
commite6a62d24e700a5263736606d25f8ce106fd9419b (patch)
tree44f796b51ef8910a796e09424bb96e258fd227e5 /lang/gforth/Makefile
parentc6986263efacafdbd947be05de894137dd86f098 (diff)
downloadports-e6a62d24e700a5263736606d25f8ce106fd9419b.tar.gz
ports-e6a62d24e700a5263736606d25f8ce106fd9419b.zip
New port - GNU Forth, a fast and portable Forth system.
PR: ports/21923 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Reviewed by: dcs
Notes
Notes: svn path=/head/; revision=34082
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r--lang/gforth/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
new file mode 100644
index 000000000000..a8ffc494d6c2
--- /dev/null
+++ b/lang/gforth/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gforth
+# Date created: 12 October 2000
+# Whom: Cyrille Lefevre <clefevre@citeweb.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gforth
+PORTVERSION= 0.5.0
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= gforth
+
+MAINTAINER= clefevre@citeweb.net
+
+Y2K= http://www.gnu.org/software/year2000.html
+
+CFLAGS= #none
+STRIP= #none
+
+GNU_CONFIGURE= yes
+
+MAN1= gforth.1
+
+post-install:
+ @install-info ${PREFIX}/info/gforth.info ${PREFIX}/info/dir
+.if !exists(${PREFIX}/share/emacs/site-lisp/gforth.el)
+ @${INSTALL_DATA} ${WRKSRC}/gforth.el ${PREFIX}/share/emacs/site-lisp
+.endif
+
+.include <bsd.port.mk>