1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/samhain-client/Makefile
2013-06-05 10:21:04 +00:00

23 lines
519 B
Makefile

# Created by: David Thiel
# $FreeBSD$
#
# This port recognizes the following non-boolean tunables:
#
# WITH_LOG_SERVER, WITH_ALT_LOG_SERVER. When "WITH_CLIENT" is defined,
# these specify what server the client will fetch configuration
# and database files from. This can also be defined at runtime.
#
PKGNAMESUFFIX= -client
COMMENT= Client daemon for the Samhain IDS
WITH_CLIENT= yes
NOPORTDOCS= yes
MASTERDIR= ${.CURDIR}/../../security/samhain
CONFLICTS= samhain-2*
.include "${MASTERDIR}/Makefile"