2013-05-06 12:22:41 +02:00
|
|
|
# Created by: Holger Lamm <holger@eit.uni-kl.de>
|
2001-04-07 07:39:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= etherape
|
2010-04-17 22:09:52 +02:00
|
|
|
PORTVERSION= 0.9.9
|
2012-06-01 07:26:28 +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
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix
|
2013-09-03 14:13:23 +02:00
|
|
|
USES= gmake pkgconfig
|
2006-05-30 22:30:39 +02:00
|
|
|
INSTALLS_OMF= yes
|
2002-05-13 14:25:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
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
|
|
|
|
2013-09-21 00:24:43 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 12:22:41 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2010-04-17 22:09:52 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2001-04-07 07:39:16 +02:00
|
|
|
.include <bsd.port.mk>
|