diff options
author | daichi <daichi@FreeBSD.org> | 2004-11-24 13:33:15 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2004-11-24 13:33:15 +0800 |
commit | e2e47f949efb71d394a184e5b26db774b1bb324a (patch) | |
tree | 0a75c33fd2f98df3390805bc6e5959ea70ea5342 /net-mgmt/etherape/Makefile | |
parent | ee3ec10801033693e4de1b47b9aec140eca8dbcb (diff) | |
download | freebsd-ports-gnome-e2e47f949efb71d394a184e5b26db774b1bb324a.tar.gz freebsd-ports-gnome-e2e47f949efb71d394a184e5b26db774b1bb324a.tar.zst freebsd-ports-gnome-e2e47f949efb71d394a184e5b26db774b1bb324a.zip |
[net-mgmt/etherape] Port update.
PR: ports/74174
Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer)
Diffstat (limited to 'net-mgmt/etherape/Makefile')
-rw-r--r-- | net-mgmt/etherape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 59c9af515899..63ef6a04d0ca 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -6,17 +6,18 @@ # PORTNAME= etherape -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 PORTREVISION= 4 CATEGORIES= net-mgmt gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= samy@kerneled.com +MAINTAINER= samy@kerneled.org COMMENT= A graphical network traffic visualization tool for gnome USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui +USE_GMAKE= yes USE_LIBTOOL_VER=13 USE_X_PREFIX= yes GNU_CONFIGURE= yes |