2000-12-19 11:26:48 +00:00
|
|
|
# New ports collection makefile for: t3x
|
|
|
|
# Date created: 15 October 2000
|
|
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= t3x
|
2003-02-14 13:48:40 +00:00
|
|
|
PORTVERSION= 7.2.2
|
2000-12-19 11:26:48 +00:00
|
|
|
CATEGORIES= lang devel
|
2002-07-11 06:54:38 +00:00
|
|
|
MASTER_SITES= http://www.not-compatible.org/files/ \
|
|
|
|
http://www.t3x.org/files/
|
2002-10-13 09:49:15 +00:00
|
|
|
DISTNAME= t3x-${PORTVERSION:S/.//g}
|
2000-12-19 11:26:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
|
|
|
2003-02-14 13:48:40 +00:00
|
|
|
MAN7= t3x.7
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
MAKE_ENV= INSTALL_PREFIX=${PREFIX}
|
|
|
|
|
2000-12-19 11:26:48 +00:00
|
|
|
do-configure:
|
2002-10-13 09:49:15 +00:00
|
|
|
@(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot)
|
2000-12-19 11:26:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|