diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 00:51:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 00:51:09 +0800 |
commit | d88282db727d2da3886ad87d63a3fcf4a046773f (patch) | |
tree | 52fd4efae3ac072472cb25ed91f821c71caac950 /net/netspeed_applet/Makefile | |
parent | 907eee6fe134c6a3bbdbf95def582d86adc9380e (diff) | |
download | marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar.gz marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar.bz2 marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar.lz marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar.xz marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.tar.zst marcuscom-ports-d88282db727d2da3886ad87d63a3fcf4a046773f.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8724 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/netspeed_applet/Makefile')
-rw-r--r-- | net/netspeed_applet/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile new file mode 100644 index 000000000..278a7c3f6 --- /dev/null +++ b/net/netspeed_applet/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: netspeed_applet +# Date created: 08 February 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= netspeed_applet +PORTVERSION= 0.13 +PORTREVISION= 1 +CATEGORIES= net gnome +MASTER_SITES= http://www.wh-hms.uni-ulm.de/~mfcn/shared/netspeed/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applet that shows how much network traffic occurs on an interface + +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop + +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |