diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-21 05:32:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-21 05:32:20 +0800 |
commit | 702aee87299f7af3aa4149247372b579f8bbc7c1 (patch) | |
tree | dd8a089762f309769ae382519aa3ecada9b6d4da /security | |
parent | 91e171d9bc3b89a2118f2152a1f50a9902d28a66 (diff) | |
download | freebsd-ports-gnome-702aee87299f7af3aa4149247372b579f8bbc7c1.tar.gz freebsd-ports-gnome-702aee87299f7af3aa4149247372b579f8bbc7c1.tar.zst freebsd-ports-gnome-702aee87299f7af3aa4149247372b579f8bbc7c1.zip |
- Add ossec-hids-local as slave port
PR: ports/111944
Submitted by: Valerio Daelli <valerio.daelli at gmail.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ossec-hids-local/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1be8f413d366..35a2783cfba1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += openvpn-devel SUBDIR += opieprint SUBDIR += osiris + SUBDIR += ossec-hids-local SUBDIR += ossec-hids-server SUBDIR += osslsigncode SUBDIR += outguess diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile new file mode 100644 index 000000000000..be28fa9ca49e --- /dev/null +++ b/security/ossec-hids-local/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ossec-hids-client +# Date created: 23 July 2006 +# Whom: Valerio Daelli <valerio.daelli@gmail.com> +# +# $FreeBSD$ +# + +LOCAL_ONLY= yes + +MASTERDIR= ${.CURDIR}/../ossec-hids-server + +.include "${MASTERDIR}/Makefile" |