diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-08-27 18:42:46 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-08-27 18:42:46 +0000 |
commit | e622e42018d3e2a09230d7353b85dc3d80ccf0c3 (patch) | |
tree | 43c7329b43cc286844c7ae79c44a2a60a9bc9ba4 /mbone/nte | |
parent | Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org). (diff) |
Update to 1.5a29
Notes
Notes:
svn path=/head/; revision=12887
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 18 | ||||
-rw-r--r-- | mbone/nte/distinfo | 2 | ||||
-rw-r--r-- | mbone/nte/files/Makefile.freebsd | 7 |
3 files changed, 9 insertions, 18 deletions
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 <fenner@FreeBSD.ORG> # -# $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 <bsd.port.mk> 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 |