2003-02-09 06:03:05 +01:00
|
|
|
# New ports collection makefile for: netspeed_applet
|
|
|
|
# Date created: 08 February 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= netspeed_applet
|
2006-05-03 03:19:50 +02:00
|
|
|
PORTVERSION= 0.13
|
2003-02-09 06:03:05 +01:00
|
|
|
CATEGORIES= net gnome
|
2004-01-09 03:02:46 +01:00
|
|
|
MASTER_SITES= http://www.wh-hms.uni-ulm.de/~mfcn/shared/netspeed/
|
2003-02-09 06:03:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Applet that shows how much network traffic occurs on an interface
|
2003-02-09 06:03:05 +01:00
|
|
|
|
2006-05-28 07:04:56 +02:00
|
|
|
LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
|
2003-02-09 06:03:05 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-02-09 06:03:05 +01:00
|
|
|
USE_GMAKE= yes
|
2004-01-22 23:49:19 +01:00
|
|
|
USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-02-09 06:03:05 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-04-25 04:36:43 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-02-09 06:03:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|