Add nsca-client, a slave port for nsca without the server bits.

PR:		ports/96555
Submitted by:	Martin Matuska <martin at matuska.org>
This commit is contained in:
Sam Lawrance 2006-09-14 12:40:39 +00:00
parent 66b905e906
commit c100d9f1ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173038
2 changed files with 16 additions and 0 deletions

View File

@ -122,6 +122,7 @@
SUBDIR += nrpep
SUBDIR += nsc
SUBDIR += nsca
SUBDIR += nsca-client
SUBDIR += nstreams
SUBDIR += openvmps
SUBDIR += oproute

View File

@ -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"