17 lines
339 B
Makefile
17 lines
339 B
Makefile
# New ports collection makefile for: nsca-client
|
|
# Date created: Sun Apr 30 17:23:00 CET 2006
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
|
|
LICENSE= GPLv2
|
|
|
|
_BUILDING_NSCA_CLIENT= yes
|
|
MASTERDIR= ${.CURDIR}/../nsca27
|
|
|
|
.include "${MASTERDIR}/Makefile"
|