mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c62c240bbb
syntax is a cross between Pascal and BCPL, but smaller and simpler. PR: 23268 Submitted by: Nils M. Holm <nmh@t3x.org>
20 lines
394 B
Makefile
20 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>
|