summaryrefslogtreecommitdiff
path: root/net/sntop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sntop/Makefile')
-rw-r--r--net/sntop/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile
new file mode 100644
index 000000000000..1fe387b84305
--- /dev/null
+++ b/net/sntop/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: sntop
+# Date created: 05 August 2000
+# Whom: Matt Emmerton <matt@gsicomp.on.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sntop
+PORTVERSION= 1.2.0
+CATEGORIES= net
+MASTER_SITES= ftp://sntop.sourceforge.net/pub/sntop/
+
+MAINTAINER= matt@gsicomp.on.ca
+
+RUN_DEPENDS= fping:${PORTSDIR}/net/fping
+
+GNU_CONFIGURE= yes
+
+MAN1= sntop.1
+MANCOMPRESSED= yes
+
+post-install:
+ @strip ${PREFIX}/bin/sntop
+ @cat ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>