aboutsummaryrefslogtreecommitdiffstats
path: root/net/pload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pload/Makefile')
-rw-r--r--net/pload/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile
new file mode 100644
index 00000000000..b6fbafdcfa7
--- /dev/null
+++ b/net/pload/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pload
+# Date created: 22 Septemper 2004
+# Whom: J.R. Oldroyd <fbsd@opal.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pload
+PORTVERSION= 0.9.5
+CATEGORIES= net sysutils
+MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
+
+MAINTAINER= fbsd@opal.com
+COMMENT= An X11 program to display network traffic graphs
+
+USE_IMAKE= yes
+HAS_CONFIGURE= yes
+
+MAN1= pload.1
+MANCOMPRESSED= yes
+PLIST_FILES= bin/pload
+
+.include <bsd.port.mk>