summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r--security/ossec-hids-local/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index 3b5dc17..de07d87 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -1,5 +1,7 @@
+PORTREVISION?= 1
PKGNAMESUFFIX?= -${OSSEC_TYPE}
COMMENT?= Security tool to monitor and check logs and intrusions - local (standalone) installation
+WWW= https://ossec.github.io
OSSEC_TYPE?= local
.include "${.CURDIR}/../ossec-hids/version.mk"
@@ -138,6 +140,10 @@ SAMPLE_FILES= ${OSSEC_HOME}/etc/local_internal_options.conf \
${OSSEC_HOME}/active-response/bin/ossec-slack.sh \
${OSSEC_HOME}/active-response/bin/ossec-tweeter.sh
+.if ${OSSEC_TYPE} != agent
+SAMPLE_FILES+= ${OSSEC_HOME}/rules/local_rules.xml
+.endif
+
.if empty(USER)
USER=$$(${ID} -un)
.endif