From dde12a2e746a3e065ccd6c4fa7abd4474d84cbc2 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 7 Jan 2006 07:57:51 +0000 Subject: Update: security/samhain 2.0.10 -> 2.1.0 Updating the Samhain integrity checking system to 2.1.0, a bugfix release. It's been requested by several people to break Samhain out into separate client and server ports. This PR does that, with a samhain-client and samhain-server port, as slave ports off of samhain. I'm not sure the best way to submit a PR to do this kind of action, but here is a shar of all three ports. If another format is desired, please let me know. I'm also interested in feedback on the approach used for splitting these out. PR: ports/90305 Submitted by: David Thiel --- security/samhain-server/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 security/samhain-server/Makefile (limited to 'security/samhain-server/Makefile') diff --git a/security/samhain-server/Makefile b/security/samhain-server/Makefile new file mode 100644 index 000000000000..eea2213bcae4 --- /dev/null +++ b/security/samhain-server/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: samhain-server +# Date created: 2005-10-31 +# Whom: David Thiel +# +# $FreeBSD$ +# + +# 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_GPG, 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}/../../security/samhain + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3