2004-07-29 00:14:31 +02:00
|
|
|
# New ports collection makefile for: link-monitor-applet
|
|
|
|
# Date created: 27 Jul 2004
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-06-20 11:55:47 +02:00
|
|
|
PORTNAME= link-monitor-applet
|
2006-06-22 15:40:51 +02:00
|
|
|
PORTVERSION= 2.1
|
2006-08-15 00:26:37 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-20 11:55:47 +02:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
2004-08-17 08:09:10 +02:00
|
|
|
MASTER_SITE_SUBDIR= link-monitor
|
2004-07-29 00:14:31 +02:00
|
|
|
|
2006-06-20 11:55:47 +02:00
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
|
|
|
COMMENT= A GNOME applet displaying the round-trip time to one or more hosts
|
2004-07-29 00:14:31 +02:00
|
|
|
|
2006-06-20 11:55:47 +02:00
|
|
|
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
|
2004-07-29 00:14:31 +02:00
|
|
|
|
2006-06-20 11:55:47 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomepanel eel2 librsvg2
|
|
|
|
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
|
2005-02-02 18:09:56 +01:00
|
|
|
|
2004-07-29 00:14:31 +02:00
|
|
|
.include <bsd.port.mk>
|