mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-10 02:45:11 +00:00
b978b03bf6
Rename WITHOUT_* variables used for port's internal purposes Add conflict with nsca-2.7.* and nsca-client-2.7.*
18 lines
337 B
Makefile
18 lines
337 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}/../nsca
|
|
|
|
.include "${MASTERDIR}/Makefile"
|