aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca-client
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 /net-mgmt/nsca-client
parent66b905e906d1d3031394e1b5b8787eee3ace1b16 (diff)
downloadports-c100d9f1ab5197cc3794c716c01aa22b1322e5ef.tar.gz
ports-c100d9f1ab5197cc3794c716c01aa22b1322e5ef.zip
Notes
Diffstat (limited to 'net-mgmt/nsca-client')
-rw-r--r--net-mgmt/nsca-client/Makefile15
1 files changed, 15 insertions, 0 deletions
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"