diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-10 12:33:58 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-10 12:33:58 +0800 |
commit | 0a9036d2be03b9a8c0db1e8308be7673812bcf93 (patch) | |
tree | ec44db996c26c1fb7dcc1e61f777573879975ad2 /devel/tide/Makefile | |
parent | eb29236b6e92ed4dde06d2672c260fece76ff774 (diff) | |
download | freebsd-ports-gnome-0a9036d2be03b9a8c0db1e8308be7673812bcf93.tar.gz freebsd-ports-gnome-0a9036d2be03b9a8c0db1e8308be7673812bcf93.tar.zst freebsd-ports-gnome-0a9036d2be03b9a8c0db1e8308be7673812bcf93.zip |
Update to TIDE 2.0.4.
Fixed MASTER_SITES and PREFIX vs LOCALBASE.
Added ONLY_FOR_ARCHS.
PR: 55423
Submitted by: Nils M Holm <nmh@t3x.org>
Diffstat (limited to 'devel/tide/Makefile')
-rw-r--r-- | devel/tide/Makefile | 15 |
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> |