Update to TIDE 1.6. NOTE: T3X 7.0 is required to compile this port. See PR ports/43590. Fix: PORTNAME= tide -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= devel -MASTER_SITES= http://www.t3x.org/Compiler/ \ - http://www.homepages.de/home/nmh/T3X/Compiler/ +MASTER_SITES= http://www.not-compatible.org/files/ \ + http://www.t3x.org/files/ DISTNAME= tide-${PORTVERSION:S/.//g} MAINTAINER= nmh@t3x.org @@ -17,6 +17,10 @@ BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x RUN_DEPENDS= ${BUILD_DEPENDS} -MAKE_ENV+= T3XDIR=/usr/local/t3x/r6 +MAKE_ENV+= T3XDIR=/usr/local/t3x/r7 + +do-configure: + @(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile) + @(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile) .include <bsd.port.mk> . editing source programs . compiling programs without leaving the editor
State Changed From-To: open->closed Update committed, thanks!