summaryrefslogtreecommitdiff
path: root/net/sysmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sysmon/Makefile')
-rw-r--r--net/sysmon/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/net/sysmon/Makefile b/net/sysmon/Makefile
new file mode 100644
index 000000000000..16d255c921d1
--- /dev/null
+++ b/net/sysmon/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: net/sysmon
+# Date created: 23 January 2003
+# Whom: Manuel Kreutz <mk@nomtec.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sysmon
+PORTVERSION= 0.91.19
+CATEGORIES= net
+MASTER_SITES= ftp://puck.nether.net/pub/jared/
+
+MAINTAINER= mk@nomtec.net
+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>