2001-04-07 07:39:16 +02:00
|
|
|
# New ports collection makefile for: etherape
|
|
|
|
# Date created: 4 April 2001
|
|
|
|
# Whom: Holger Lamm <holger@eit.uni-kl.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= etherape
|
2009-12-03 11:51:51 +01:00
|
|
|
PORTVERSION= 0.9.8
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt gnome
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2001-04-07 07:39:16 +02:00
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A graphical network traffic visualization tool for gnome
|
2001-04-07 07:39:16 +02:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix
|
2004-11-24 06:33:15 +01:00
|
|
|
USE_GMAKE= yes
|
2006-05-30 22:30:39 +02:00
|
|
|
INSTALLS_OMF= yes
|
2002-05-13 14:25:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-07-22 06:39:26 +02:00
|
|
|
|
|
|
|
MAN1= etherape.1
|
2001-04-07 07:39:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|