freebsd-ports/net-mgmt/sysmon/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: net-mgmt/sysmon
# Date created: 23 January 2003
# Whom: Manuel Kreutz <mk@nomtec.net>
#
# $FreeBSD$
#
PORTNAME= sysmon
PORTVERSION= 0.91.20
CATEGORIES= net-mgmt
MASTER_SITES= ftp://puck.nether.net/pub/jared/ \
http://titan.oxeo.com/mirror/sysmon.org/
MAINTAINER= mk@oxeo.com
COMMENT= A network tool designed for high performance and accurate monitoring
DOCS= Changes.html binaries.html config.html docs.html index.html \
jclient.jpg net-example.png sysmon.conf.man.html sysmon.jpg \
sysmon.man.html
MAN8= sysmon.man.8 sysmon.conf.man.8
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sysmon ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/sysmond ${PREFIX}/bin
${INSTALL_DATA} \
${WRKSRC}/examples/sysmon.conf.dist ${PREFIX}/etc/sysmon.conf.sample
.for man in ${MAN8}
${INSTALL_MAN} ${WRKSRC}/docs/${man:S/.8//} ${MANPREFIX}/man/man8/${man}
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for doc in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>