From c100d9f1ab5197cc3794c716c01aa22b1322e5ef Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Thu, 14 Sep 2006 12:40:39 +0000 Subject: Add nsca-client, a slave port for nsca without the server bits. PR: ports/96555 Submitted by: Martin Matuska --- net-mgmt/nsca-client/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-mgmt/nsca-client/Makefile (limited to 'net-mgmt/nsca-client') 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 +# +# $FreeBSD$ +# + +PORTNAME= nsca +PKGNAMESUFFIX= -client + +MASTERDIR= ${.CURDIR}/../nsca + +WITHOUT_SERVER= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3