summaryrefslogtreecommitdiff
path: root/net/link-monitor-applet/Makefile
blob: 3ff535dcb6314faba8d1a0062050919e09e64d3b (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
# New ports collection makefile for:	link-monitor-applet
# Date created:			27 Jul 2004
# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#

PORTNAME=		link-monitor-applet
PORTVERSION=		1.3
PORTREVISION=	1
CATEGORIES=		net ipv6
MASTER_SITES=		${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	link-monitor

MAINTAINER=		jylefort@brutele.be
COMMENT=		A GNOME applet displaying the round-trip time to one or more hosts

USE_X_PREFIX=		yes
USE_GNOME=		gnomehack gnomeprefix gnomepanel eel2
GNU_CONFIGURE=		yes
USE_GMAKE=		yes
CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
			LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=		link-monitor-applet.schemas
INSTALLS_OMF=		yes

.include <bsd.port.mk>