4e8eda4541
PR: ports/117762 Submitted by: valerio.daelli at gmail.com (maintainer)
16 lines
314 B
Makefile
16 lines
314 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 port of ossec-hids
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
PLIST= pkg-plist.client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|