opnsense-ports/security/samhain-server/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

17 lines
461 B
Makefile

# This port recognizes the following non-boolean tunables:
#
# WITH_RUNAS_USER:
# Whe building with "WITH_SERVER" defined, the username of the
# account Yule will run as. Defaults to "yule". If using
# WITH_GNUPG, ensure that this user exists and has a pgp
# keypair before installing.
PKGNAMESUFFIX= -server
COMMENT= Log server for the Samhain IDS
WITH_SERVER= yes
MASTERDIR= ${.CURDIR}/../samhain
.include "${MASTERDIR}/Makefile"