From e622e42018d3e2a09230d7353b85dc3d80ccf0c3 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Thu, 27 Aug 1998 18:42:46 +0000 Subject: Update to 1.5a29 --- mbone/nte/Makefile | 18 ++++++------------ mbone/nte/distinfo | 2 +- mbone/nte/files/Makefile.freebsd | 7 ++----- 3 files changed, 9 insertions(+), 18 deletions(-) (limited to 'mbone') diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index d15280b5a89a..5cafaa37beda 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -3,28 +3,22 @@ # Date created: 5 September 1996 # Whom: Bill Fenner # -# $Id: Makefile,v 1.8 1998/08/05 09:31:31 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/07 23:56:36 asami Exp $ # -DISTNAME= nt.1.5a23 -PKGNAME= nte-1.5a23 -CATEGORIES= mbone tk42 -MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ +DISTNAME= nte-1.5a29 +CATEGORIES= mbone tk80 +MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/1.5a29/ MAINTAINER= fenner@FreeBSD.org -TK_DIR= ${PORTSDIR}/x11-toolkits/tk42 -TK_SRC= ${TK_DIR}/work/tk4.2p2 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 -DEPENDS= ${TK_DIR} -LIB_DEPENDS= tk42\\.1:${TK_DIR} +WRKSRC= ${WRKDIR}/nte RESTRICTED= "Contains DES encryption" -NO_WRKSUBDIR= yes USE_GMAKE= yes USE_X_PREFIX= yes -# Pass this on to our child -MAKE_ENV= TK_SRC=${TK_SRC} .include diff --git a/mbone/nte/distinfo b/mbone/nte/distinfo index 9acbe4ed80ca..407022b22abb 100644 --- a/mbone/nte/distinfo +++ b/mbone/nte/distinfo @@ -1 +1 @@ -MD5 (nt.1.5a23.tar.gz) = 0783d9f9f044fa01d764567617cba5c4 +MD5 (nte-1.5a29.tar.gz) = 04a8565634a2e86645d118ac7dceb474 diff --git a/mbone/nte/files/Makefile.freebsd b/mbone/nte/files/Makefile.freebsd index a7ed5f53e887..8b266887f425 100644 --- a/mbone/nte/files/Makefile.freebsd +++ b/mbone/nte/files/Makefile.freebsd @@ -1,7 +1,7 @@ CC=cc -INCLUDES=-I${LOCALBASE}/include/tcl7.6 -I${LOCALBASE}/include/tk4.2 -I${X11BASE}/include -I${TK_SRC}/generic +INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tk8.0/generic -I${X11BASE}/include LIB_DIR=${LOCALBASE}/lib -LIBS=-L${LIB_DIR} -ltk42 -ltcl76 -lm -L${X11BASE}/lib -lX11 +LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11 CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST # for search.h CFLAGS+=-I../src @@ -10,6 +10,3 @@ OBJS+=hsearch.o install: all install -c -s -m 755 -o bin -g bin nt ${PREFIX}/bin - -clean: - rm *.o *.tcl *.ehtml tcl2c -- cgit v1.2.3