1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/lang/t3x/Makefile
Sergey A. Osokin 5c24a6ab6d Update to 8.0.2
Also update homepage

Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
PR:		53110
Approved by:	fjoe (implicit)
2003-06-10 10:56:35 +00:00

27 lines
542 B
Makefile

# New ports collection makefile for: t3x
# Date created: 15 October 2000
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= t3x
PORTVERSION= 8.0.2
CATEGORIES= lang devel
MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
DISTNAME= t3x-${PORTVERSION:S/.//g}
MAINTAINER= nmh@t3x.org
COMMENT= A compiler for the minimum procedural language T3X
MAN7= t3x.7
MANCOMPRESSED= no
MAKE_ENV= INSTALL_PREFIX=${PREFIX}
do-configure:
@(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot)
.include <bsd.port.mk>