freebsd-ports/net-mgmt/tknetmon/Makefile
Martin Wilke 16b4e3d02f Graphical user interface for network monitoring package "netmond".
With TkNetmon someone can create graphical network map, produce config file
for "netmond", restart it, and view current network objects state,
as it reported by netmond.

WWW:  http://vfom.narod.ru/TkNetmon

PR:		ports/105562
Submitted by:	Viktor Fomichev (ivfom at narod.ru)
2006-11-17 08:37:58 +00:00

40 lines
1.2 KiB
Makefile

# New ports collection makefile for: tknetmon
# Date created: 2006 Nov 01
# Whom: vfom@narod.ru
#
# $FreeBSD$
#
PORTNAME= tknetmon
PORTVERSION= 2.0.7a
CATEGORIES= net-mgmt
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://vfom.narod.ru/download/
DISTNAME= TkNetmon-${PORTVERSION}
MAINTAINER= vfom@narod.ru
COMMENT= GUI for network monitoring tool "netmond" ( net-mgmt/netmond )
BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
${LOCALBASE}/lib/libBLT24.so.3:${PORTSDIR}/x11-toolkits/blt \
${LOCALBASE}/lib/Tktable2.8/libTktable2.8.so:${PORTSDIR}/x11-toolkits/tktable \
${LOCALBASE}/lib/tcl8.4/sql1.0/libTclMySQL.so.1:${PORTSDIR}/databases/tcl-Mysql \
${LOCALBASE}/lib/snack2.2/libsnack.so:${PORTSDIR}/audio/snack \
${LOCALBASE}/bin/snmpget:${PORTSDIR}/net-mgmt/net-snmp \
${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
DOCSDIR= ${PREFIX}/share/doc/TkNetmon
EXAMPLESDIR= ${PREFIX}/share/examples/TkNetmon
PLIST_SUB+= PORTNAME=TkNetmon PORTVERSION=${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>