2000-10-08 19:33:20 +02:00
|
|
|
# ex:ts=8
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
# New ports collection makefile for: TenDRA
|
|
|
|
# Date created: 7 Apr 1998
|
|
|
|
# Whom: Robert Nordier <rnordier@iafrica.com>
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= TenDRA
|
2004-09-02 14:22:30 +02:00
|
|
|
PORTVERSION= 4.20040902
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
CATEGORIES= lang
|
2004-01-29 18:21:51 +01:00
|
|
|
MASTER_SITES= ftp://ftp.ten15.org/pub/snapshot/
|
2003-06-03 10:16:58 +02:00
|
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/4.//}
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
|
2004-09-02 14:22:30 +02:00
|
|
|
MAINTAINER= stefanf@FreeBSD.org
|
2003-06-24 11:52:13 +02:00
|
|
|
COMMENT= A portable BSD-licensed compiler suite
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
|
2004-02-02 12:17:04 +01:00
|
|
|
CONFLICTS= swi-pl* ploticus-* slffea-*
|
2004-09-02 14:22:30 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 alpha
|
2000-07-03 04:52:33 +02:00
|
|
|
|
2003-09-08 23:04:36 +02:00
|
|
|
DIST_SUBDIR= ${PKGBASE}
|
2004-01-29 18:21:51 +01:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:L}
|
2003-06-03 10:16:58 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
ALL_TARGET= # nada
|
2003-09-08 23:04:36 +02:00
|
|
|
MAKE_ARGS= BIN_CC="${CC}"
|
2002-11-01 08:48:06 +01:00
|
|
|
|
2003-09-08 23:04:36 +02:00
|
|
|
TENDRA_ARCH= ${ARCH:S/i386/80x86/}
|
1999-07-04 22:48:00 +02:00
|
|
|
|
2004-12-14 10:02:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
PLIST_SUB+= ONLY_FOR_I386=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= ONLY_FOR_I386="@comment "
|
|
|
|
.endif
|
|
|
|
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
MAN1= calculus.1 disp.1 lexi.1 pl.1 sid.1 tcc.1 tchk.1 \
|
2004-01-29 18:21:51 +01:00
|
|
|
tcpplus.1 tdfc2.1 tld.1 tnc.1 tspec.1 \
|
2004-09-02 14:22:30 +02:00
|
|
|
#${TENDRA_ARCH}.freebsd.trans.1
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
MAN5= tccenv.5
|
|
|
|
|
2004-01-29 18:21:51 +01:00
|
|
|
pre-extract:
|
|
|
|
@if [ -n "$${MAKEOBJDIRPREFIX}" ]; then \
|
2004-09-02 14:22:30 +02:00
|
|
|
${ECHO_MSG} "Please unset MAKEOBJDIRPREFIX in your " \
|
|
|
|
"environment, TenDRA won't compile otherwise."; \
|
2004-01-29 18:21:51 +01:00
|
|
|
exit 1; \
|
|
|
|
fi
|
|
|
|
|
2003-06-03 10:16:58 +02:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && make PREFIX=${PREFIX} freebsd
|
1999-07-08 00:42:54 +02:00
|
|
|
|
2003-06-03 10:16:58 +02:00
|
|
|
# Remove empty directory that is ugly to handle with pkg-plist
|
1999-07-08 00:42:54 +02:00
|
|
|
post-install:
|
2004-09-02 14:22:30 +02:00
|
|
|
${RMDIR} ${PREFIX}/lib/TenDRA/lib/machines/tokens
|
reimport of TenDRA, move it into lang like it was suppose to be...
TenDRA* is an optimizing C/C++ compiler, developed by the United
Kingdom Defence Evaluation and Research Agency (DERA).
A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).
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.
-----
* TenDRA is a registered trademark of the UK Defence Evaluation
and Research Agency.
1998-04-13 02:09:29 +02:00
|
|
|
|
2004-12-14 10:02:26 +01:00
|
|
|
.include <bsd.port.post.mk>
|