7c1fcbbf13
- Bump PORTREVISION PR: 113260 Submitted by: Paul Schmehl <pauls@utdallas.edu> Approved by: maintainer
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# New ports collection makefile for: ossec-hids-client
|
|
# Date created: 23 July 2006
|
|
# Whom: Valerio Daelli <valerio.daelli@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
PLIST= pkg-plist.client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|