mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7f16b2fac1
Approved by: swills (mentor) MFH: 2015Q2 Security: c470db07-1098-11e5-b6a8-002590263bf5
12 lines
238 B
Makefile
12 lines
238 B
Makefile
# Created by: Valerio Daelli <valerio.daelli@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
COMMENT= The client and server (local) port of ossec-hids
|
|
|
|
LOCAL_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|