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:
parent
66b905e906
commit
c100d9f1ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173038
@ -122,6 +122,7 @@
|
||||
SUBDIR += nrpep
|
||||
SUBDIR += nsc
|
||||
SUBDIR += nsca
|
||||
SUBDIR += nsca-client
|
||||
SUBDIR += nstreams
|
||||
SUBDIR += openvmps
|
||||
SUBDIR += oproute
|
||||
|
15
net-mgmt/nsca-client/Makefile
Normal file
15
net-mgmt/nsca-client/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user