freebsd-ports/security/ossec-hids-local/Makefile
John Marino 6a739f4a97 security/security/ossec-hids-(server|local|client): SSL fix / stage QA
Fix 1: Set LDFLAGS for SSL support
Fix 2: Fix stage-QA failures in both -local and -server:
       Two log files were present in these stage directories that were
       not listed in the plist.  One of them were registered by the
       -client port so rather than remove them from the stage, add them
       to the package list
Fix 3: revbump after fix 2

Approved by:	SSL and general blankets
2016-11-21 01:12:32 +00:00

11 lines
234 B
Makefile

# Created by: Valerio Daelli <valerio.daelli@gmail.com>
# $FreeBSD$
PORTREVISION= 1
COMMENT= Client and server (local) port of ossec-hids
LOCAL_ONLY= yes
MASTERDIR= ${.CURDIR}/../ossec-hids-server
.include "${MASTERDIR}/Makefile"