aboutsummaryrefslogtreecommitdiffstats
path: root/lang/t3x/Makefile
blob: b43147a350f685a9034b88952e0af47befa37947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>