diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 13:15:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 13:15:22 +0800 |
commit | 5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62 (patch) | |
tree | c41626ff7a4089432b15a730612d8f98018c0b57 /net-mgmt/etherape/Makefile | |
parent | 934d2d9a2ec95b253b4d4151032f335b495a5314 (diff) | |
download | marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar.gz marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar.bz2 marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar.lz marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar.xz marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.tar.zst marcuscom-ports-5df36f0c06a5ce8305d67aee7979a5bf4e2d6d62.zip |
-USE_X_PREFIX -> USE_XLIB.
-Add gnomeprefix.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7402 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-mgmt/etherape/Makefile')
-rw-r--r-- | net-mgmt/etherape/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile new file mode 100644 index 000000000..db0e27894 --- /dev/null +++ b/net-mgmt/etherape/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: etherape +# Date created: 4 April 2001 +# Whom: Holger Lamm <holger@eit.uni-kl.de> +# +# $FreeBSD$ +# + +PORTNAME= etherape +PORTVERSION= 0.9.6 +PORTREVISION= 1 +CATEGORIES= net-mgmt gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= sbahra@kerneled.org +COMMENT= A graphical network traffic visualization tool for gnome + +USE_GETTEXT= yes +USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix +USE_GMAKE= yes +USE_XLIB= yes +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= etherape.1 + +.include <bsd.port.mk> |