diff options
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nsca-client/Makefile | 15 |
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" |