2001-04-07 22:59:53 +00:00
|
|
|
# New ports collection makefile for: tide
|
|
|
|
# Date created: 16 October 2000
|
|
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tide
|
2003-09-24 10:53:36 +00:00
|
|
|
PORTVERSION= 2.1.0
|
2001-04-07 22:59:53 +00:00
|
|
|
CATEGORIES= devel
|
2003-08-10 04:33:58 +00:00
|
|
|
MASTER_SITES= http://t3x.dyndns.org/files/ \
|
2002-11-18 09:55:44 +00:00
|
|
|
http://www.t3x.org/files/
|
2001-04-07 22:59:53 +00:00
|
|
|
DISTNAME= tide-${PORTVERSION:S/.//g}
|
|
|
|
|
|
|
|
MAINTAINER= nmh@t3x.org
|
2003-08-10 04:33:58 +00:00
|
|
|
COMMENT= T3X Integrated Development Environment and tools
|
2003-08-07 09:02:32 +00:00
|
|
|
|
2001-04-07 22:59:53 +00:00
|
|
|
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-08-10 04:33:58 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
|
|
|
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
|
2002-11-18 09:55:44 +00:00
|
|
|
|
|
|
|
do-configure:
|
2003-08-10 04:33:58 +00:00
|
|
|
@(cd ${WRKSRC}; make unix)
|
2001-04-07 22:59:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|