aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-09-14 12:40:39 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-09-14 12:40:39 +0000
commitc100d9f1ab5197cc3794c716c01aa22b1322e5ef (patch)
tree66a0cc1226198e769887d936d873f4082de60f7a
parent66b905e906d1d3031394e1b5b8787eee3ace1b16 (diff)
downloadports-c100d9f1ab5197cc3794c716c01aa22b1322e5ef.tar.gz
ports-c100d9f1ab5197cc3794c716c01aa22b1322e5ef.zip
Notes
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/nsca-client/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 1fbdeedf9db4..723d393657d5 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -122,6 +122,7 @@
SUBDIR += nrpep
SUBDIR += nsc
SUBDIR += nsca
+ SUBDIR += nsca-client
SUBDIR += nstreams
SUBDIR += openvmps
SUBDIR += oproute
diff --git a/net-mgmt/nsca-client/Makefile b/net-mgmt/nsca-client/Makefile
new file mode 100644
index 000000000000..2de06d95bd99
--- /dev/null
+++ b/net-mgmt/nsca-client/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: nsca-client
+# Date created: Sun Apr 30 17:23:00 CET 2006
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nsca
+PKGNAMESUFFIX= -client
+
+MASTERDIR= ${.CURDIR}/../nsca
+
+WITHOUT_SERVER= yes
+
+.include "${MASTERDIR}/Makefile"