mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
15 lines
287 B
Makefile
15 lines
287 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
|
|
|
|
MASTERDIR= ${.CURDIR}/../nsca
|
|
|
|
WITHOUT_SERVER= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|