mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
339 B
Makefile
18 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"
|