aboutsummaryrefslogtreecommitdiff
path: root/devel/tide/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-10 04:33:58 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-10 04:33:58 +0000
commitcf06f8820a143f5c4e95ff654fa6c69cc0fd1ec7 (patch)
tree2efeddb75012a2a915015498f6be37bd7ad470ad /devel/tide/Makefile
parent7753a3ffeda3d20abf4eda41a76066ce1ae56c6f (diff)
downloadports-cf06f8820a143f5c4e95ff654fa6c69cc0fd1ec7.tar.gz
ports-cf06f8820a143f5c4e95ff654fa6c69cc0fd1ec7.zip
Notes
Diffstat (limited to 'devel/tide/Makefile')
-rw-r--r--devel/tide/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/tide/Makefile b/devel/tide/Makefile
index 1363ea3014f7..3901e49fdcab 100644
--- a/devel/tide/Makefile
+++ b/devel/tide/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= tide
-PORTVERSION= 1.6
+PORTVERSION= 2.0.4
CATEGORIES= devel
-MASTER_SITES= http://www.not-compatible.org/files/ \
+MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
DISTNAME= tide-${PORTVERSION:S/.//g}
MAINTAINER= nmh@t3x.org
-COMMENT= T3X Integrated Development Environment and T3X Tool classes
-
-BROKEN= Does not build
+COMMENT= T3X Integrated Development Environment and tools
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
RUN_DEPENDS= ${BUILD_DEPENDS}
-MAKE_ENV+= T3XDIR=/usr/local/t3x/r7
+ONLY_FOR_ARCHS= i386
+
+MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
do-configure:
- @(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile)
- @(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile)
+ @(cd ${WRKSRC}; make unix)
.include <bsd.port.mk>