mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
36014b1c04
PR: ports/117761 Submitted by: valerio.daelli at gmail.com (maintainer)
15 lines
307 B
Makefile
15 lines
307 B
Makefile
# New ports collection makefile for: ossec-hids-client
|
|
# Date created: 23 July 2006
|
|
# Whom: Valerio Daelli <valerio.daelli@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= The client and server (local) port of ossec-hids
|
|
|
|
LOCAL_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|