36014b1c04
PR: ports/117761 Submitted by: valerio.daelli at gmail.com (maintainer)
14 lines
307 B
Makefile
14 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"
|