freebsd-ports/lang/t3x/Makefile
Will Andrews c62c240bbb 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>
2000-12-19 11:26:48 +00:00

19 lines
394 B
Makefile

# 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>