diff options
author | will <will@FreeBSD.org> | 2000-12-19 11:26:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 11:26:48 +0000 |
commit | 5357937c740c2fcc7e4c157a61cde3480136d0e9 (patch) | |
tree | 59d678ff6fb75ffba50a756ed28b74542a860586 /lang/t3x/Makefile | |
parent | b084a4b7e5962cc364101806d14e5115f5f3057e (diff) | |
download | FreeBSD-ports-5357937c740c2fcc7e4c157a61cde3480136d0e9.zip FreeBSD-ports-5357937c740c2fcc7e4c157a61cde3480136d0e9.tar.gz |
Add t3x 6.8.1, a compiler for the basic procedural language T3X, whose
syntax is a cross between Pascal and BCPL, but smaller and simpler.
PR: 23268
Submitted by: Nils M. Holm <nmh@t3x.org>
Diffstat (limited to 'lang/t3x/Makefile')
-rw-r--r-- | lang/t3x/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile new file mode 100644 index 0000000..b43147a --- /dev/null +++ b/lang/t3x/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: t3x +# Date created: 15 October 2000 +# Whom: Nils M Holm <nmh@t3x.org> +# +# $FreeBSD$ +# + +PORTNAME= t3x +PORTVERSION= 681 +CATEGORIES= lang devel +MASTER_SITES= http://www.t3x.org/Compiler/ \ + http://www.homepages.de/home/nmh/T3X/Compiler/ + +MAINTAINER= nmh@t3x.org + +do-configure: + @(cd ${WRKSRC}/ports/FreeBSD.elf; ./Config boot) + +.include <bsd.port.mk> |