blob: 1a533d2d73e5e6c40d84dece99c9c4987ae8bdcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: netspeed_applet
# Date created: 08 February 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= netspeed_applet
PORTVERSION= 0.8
CATEGORIES= net gnome
MASTER_SITES= http://mfcn.ilo.de/netspeed_applet/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Applet that shows how much network traffic occurs on an interface
LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
gtop-2.0:${PORTSDIR}/devel/libgtop2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gnomehier gnomeprefix gnomehack
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>
|