summaryrefslogtreecommitdiff
path: root/net/mping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mping/Makefile')
-rw-r--r--net/mping/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/mping/Makefile b/net/mping/Makefile
new file mode 100644
index 00000000000..0feb040661c
--- /dev/null
+++ b/net/mping/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/07 10:06:26 rillig Exp $
+
+DISTNAME= mping-2.01
+CATEGORIES= net
+MASTER_SITES= http://mping.uninett.no/
+
+MAINTAINER= miwi@FreeBSD.org
+HOMEPAGE= http://mping.uninett.no/
+COMMENT= Mping network statistics collector
+
+GNU_CONFIGURE= yes
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/mping ${PREFIX}/sbin/mping
+ ${INSTALL_MAN} ${WRKSRC}/man/mping.8 ${PREFIX}/${PKGMANDIR}/man8
+
+.include "../../mk/bsd.pkg.mk"