diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-03 11:30:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-03 11:30:29 +0000 |
commit | 6157a98497cff9fc5f2a7874d30028a47b9244e0 (patch) | |
tree | a2aa51fc73de686ce8be795adfcc35ad80b16f4b /lang/TenDRA | |
parent | 5470bce08fcbd803160b31d849d1617737322d50 (diff) | |
download | ports-6157a98497cff9fc5f2a7874d30028a47b9244e0.tar.gz ports-6157a98497cff9fc5f2a7874d30028a47b9244e0.zip |
Notes
Diffstat (limited to 'lang/TenDRA')
-rw-r--r-- | lang/TenDRA/Makefile | 5 | ||||
-rw-r--r-- | lang/TenDRA/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index b125fe60b765..aa9039f242a1 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -9,7 +9,8 @@ PORTNAME= TenDRA PORTVERSION= 4.1.2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.uni-trier.de/pub/languages/c/implementation/TenDRA/ \ +MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/ \ + ftp://ftp.uni-trier.de/pub/languages/c/implementation/TenDRA/ \ ftp://ftp.fh-wiesbaden.de/pub/Languages/C/TenDRA/ \ ftp://ftp.mayn.de/pub/unix/devel/compiler/tendra/ @@ -17,8 +18,6 @@ MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> -BROKEN= "Does not compile." - ONLY_FOR_ARCHS= i386 OSRELEASE!= uname -r PLIST_SUB= OSRELEASE=${OSRELEASE} diff --git a/lang/TenDRA/pkg-descr b/lang/TenDRA/pkg-descr index 9b2513be2123..6a39d272dd14 100644 --- a/lang/TenDRA/pkg-descr +++ b/lang/TenDRA/pkg-descr @@ -9,6 +9,8 @@ The compiler has strong static checking capabilities, including the ability to check programs for conformance to APIs which are not directly supported by system headers. +WWW: http://www.cse.unsw.edu.au/~patrykz/TenDRA/ + ----- * TenDRA is a registered trademark of the UK Defence Evaluation and Research Agency. |