mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
17 lines
257 B
Makefile
17 lines
257 B
Makefile
# Created by: David Thiel
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Client daemon for the Samhain IDS
|
|
|
|
WITH_CLIENT= yes
|
|
NOPORTDOCS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/samhain
|
|
|
|
CONFLICTS= samhain-2*
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|