diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-05 16:38:12 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-05 16:38:12 +0000 |
commit | 087d8f5c35310a18ab56c4e3d718cf31146f19d7 (patch) | |
tree | e9ffdcc95df50b26c629f108ca04aa923456cc9e /sysutils/lavaps | |
parent | 88f9a9e1d6a0494f3d215a7cf6439d0718ac5d83 (diff) | |
download | ports-087d8f5c35310a18ab56c4e3d718cf31146f19d7.tar.gz ports-087d8f5c35310a18ab56c4e3d718cf31146f19d7.zip |
Notes
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lavaps/pkg-descr | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 426a4df6c727..600f49b818fd 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 1.15 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ -MAINTAINER= johnh@isi.edu +MAINTAINER= johann@egenetics.com -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 +CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 USE_NEWGCC= yes MAN1= lavaps.1 diff --git a/sysutils/lavaps/pkg-descr b/sysutils/lavaps/pkg-descr index e15e799d3f62..d9af5cfad500 100644 --- a/sysutils/lavaps/pkg-descr +++ b/sysutils/lavaps/pkg-descr @@ -1,4 +1,4 @@ -DESCRIPTION +From the README: Lavaps is an interactive process-tracking program like ``top'', but with a much different attitude. Rather than presenting lots of specific info in digital form, it tries to present certain important @@ -17,4 +17,5 @@ DESCRIPTION (This program dedicated to the memory of M.W.--I hope you would have thought it a good hack.) -WWW: http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ +Author: John Heidemann <johnh@isi.edu> +WWW: http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ |