1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/t3x/Makefile

26 lines
491 B
Makefile
Raw Normal View History

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