diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-09-02 20:22:30 +0800 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-09-02 20:22:30 +0800 |
commit | 15e274c464d32d815bfba4be72679bdb41dad1ef (patch) | |
tree | a2741bc25f4df465999cf6fbe3f1c343cdb1fdb7 /lang/TenDRA/Makefile | |
parent | 3e93597365217757b06990e69adbc727816cbac8 (diff) | |
download | freebsd-ports-gnome-15e274c464d32d815bfba4be72679bdb41dad1ef.tar.gz freebsd-ports-gnome-15e274c464d32d815bfba4be72679bdb41dad1ef.tar.zst freebsd-ports-gnome-15e274c464d32d815bfba4be72679bdb41dad1ef.zip |
Update TenDRA to 4.20040902. Major changes are support for the Alpha
architecture and that perl is no longer required.
Approved by: arved
Diffstat (limited to 'lang/TenDRA/Makefile')
-rw-r--r-- | lang/TenDRA/Makefile | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index cfd0ad4f218c..e69b3ed7e94c 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -7,41 +7,35 @@ # PORTNAME= TenDRA -PORTVERSION= 4.20040128 +PORTVERSION= 4.20040902 CATEGORIES= lang MASTER_SITES= ftp://ftp.ten15.org/pub/snapshot/ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/4.//} -MAINTAINER= stefan@fafoe.narf.at +MAINTAINER= stefanf@FreeBSD.org COMMENT= A portable BSD-licensed compiler suite CONFLICTS= swi-pl* ploticus-* slffea-* -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 alpha DIST_SUBDIR= ${PKGBASE} MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/${PORTNAME:L} USE_BZIP2= yes -USE_PERL5_BUILD= yes ALL_TARGET= # nada MAKE_ARGS= BIN_CC="${CC}" -TENDRA_OSREL!= uname -r TENDRA_ARCH= ${ARCH:S/i386/80x86/} -TENDRA_VER= 5.0.0 -TENDRA_PATH= ${TENDRA_VER}/FreeBSD/${TENDRA_OSREL}/${TENDRA_ARCH} -PLIST_SUB+= TENDRA_VER=${TENDRA_VER} TENDRA_OSREL=${TENDRA_OSREL} \ - TENDRA_PATH=${TENDRA_PATH} MAN1= calculus.1 disp.1 lexi.1 pl.1 sid.1 tcc.1 tchk.1 \ tcpplus.1 tdfc2.1 tld.1 tnc.1 tspec.1 \ - ${TENDRA_ARCH}.freebsd.trans.1 + #${TENDRA_ARCH}.freebsd.trans.1 MAN5= tccenv.5 pre-extract: @if [ -n "$${MAKEOBJDIRPREFIX}" ]; then \ - echo "Please unset MAKEOBJDIRPREFIX in your environment, " \ - "TenDRA won't compile otherwise."; \ + ${ECHO_MSG} "Please unset MAKEOBJDIRPREFIX in your " \ + "environment, TenDRA won't compile otherwise."; \ exit 1; \ fi @@ -50,6 +44,6 @@ do-configure: # Remove empty directory that is ugly to handle with pkg-plist post-install: - ${RMDIR} ${PREFIX}/lib/TenDRA/${TENDRA_PATH}/lib/machines/tokens + ${RMDIR} ${PREFIX}/lib/TenDRA/lib/machines/tokens .include <bsd.port.mk> |