56e8bb7dd2
Add SHA256 PR: 88591 Submitted by: "mk@oxeo.com" <Manuel.Kreutz@titan.oxeo.com>
43 lines
1.1 KiB
Makefile
43 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.92.2
|
|
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 reporting.xml-spec.txt
|
|
MAN8= sysmon.man.8 sysmon.conf.man.8
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
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>
|