diff options
Diffstat (limited to 'security/samhain-client/Makefile')
-rw-r--r-- | security/samhain-client/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/samhain-client/Makefile b/security/samhain-client/Makefile new file mode 100644 index 0000000..d486696 --- /dev/null +++ b/security/samhain-client/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: samhain-client +# Date created: 2005-10-31 +# Whom: 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" |