freebsd-ports/net/link-monitor-applet/Makefile
Joe Marcus Clarke 817cdcb840 Update to 1.2.
PR:		72457
Submitted by:	maintainer
2004-10-14 20:20:12 +00:00

24 lines
622 B
Makefile

# 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.2
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"
.include <bsd.port.mk>