mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c100d9f1ab
PR: ports/96555 Submitted by: Martin Matuska <martin at matuska.org>
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# 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"
|