summaryrefslogtreecommitdiff
path: root/security/prelude-lml/Makefile
blob: 063d25e484918ba40362d18411d7e7c4f4765d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# $NetBSD: Makefile,v 1.47 2020/05/22 10:56:38 adam Exp $
#

DISTNAME=		prelude-lml-0.9.15
PKGREVISION=		13
CATEGORIES=		security
MASTER_SITES=		http://www.prelude-ids.com/download/releases/prelude-lml/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.prelude-ids.org/
COMMENT=		Log analyzer monitoring your logfile and received syslog messages

.include "../../mk/bsd.prefs.mk"

PRELUDE_USER?=		_prelude
PRELUDE_GROUP?=		_prelude

PKG_GROUPS_VARS+=	PRELUDE_GROUP
PKG_USERS_VARS+=	PRELUDE_USER

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake
CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+=	--html=${PREFIX}/share/doc
CONFIGURE_ARGS+=	--localstatedir=${VARBASE:Q}
RCD_SCRIPTS=		preludelml
PRELUDE_USER?=		_prelude
PRELUDE_GROUP?=		_prelude
BUILD_DEFS+=		VARBASE
PRELUDE_LML_PID_DIR=	${VARBASE}/run/prelude-lml
PRELUDE_HOME=		${VARBASE}/prelude-lml

INSTALLATION_DIRS=	sbin

PKG_GROUPS=		${PRELUDE_GROUP}
PKG_USERS=		${PRELUDE_USER}:${PRELUDE_GROUP}

EGDIR=			${PREFIX}/share/examples/prelude-lml
REQD_DIRS=		${EGDIR} ${PKG_SYSCONFDIR}/ruleset
MAKE_DIRS_PERMS+=	${VARBASE}/prelude-lml	${PRELUDE_USER} ${PRELUDE_GROUP} 0700

PKG_GECOS.${PRELUDE_USER}=	Prelude IDS
PKG_HOME.${PRELUDE_USER}=	${PRELUDE_HOME}

FILES_SUBST+=	PRELUDE_LML_PID_DIR=${PRELUDE_LML_PID_DIR:Q}
FILES_SUBST+=	PRELUDE_USER=${PRELUDE_USER:Q}
FILES_SUBST+=	PRELUDE_GROUP=${PRELUDE_GROUP:Q}

SUBST_CLASSES+=		code
SUBST_STAGE.code=	pre-configure
SUBST_FILES.code=	run-prelude-lml.c
SUBST_VARS.code=	PREFIX
SUBST_VARS.code+=	PRELUDE_USER

SUBST_CLASSES+=		make
SUBST_STAGE.make=	pre-configure
SUBST_FILES.make=	Makefile.in
SUBST_VARS.make=	EGDIR

PKG_SYSCONFSUBDIR=	prelude-lml
CONF_FILES_PERMS+=	${EGDIR}/plugins.rules ${PKG_SYSCONFDIR}/plugins.rules \
			${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0644
CONF_FILES_PERMS+=	${EGDIR}/prelude-lml.conf ${PKG_SYSCONFDIR}/prelude-lml.conf \
			${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0644

# From plugins/pcre/ruleset/Makefile.in
ruleset_DATA =	\
	apc-emu.rules           \
	arbor.rules             \
	arpwatch.rules          \
	asterisk.rules		\
	bonding.rules           \
	cacti-thold.rules       \
	checkpoint.rules        \
	cisco-asa.rules         \
	cisco-common.rules      \
	cisco-css.rules         \
	cisco-ips.rules         \
	cisco-router.rules      \
	cisco-vpn.rules         \
	clamav.rules            \
	dell-om.rules           \
	f5-bigip.rules          \
	grsecurity.rules        \
	honeyd.rules            \
	honeytrap.rules		\
	httpd.rules             \
	ipchains.rules          \
	ipfw.rules              \
	kojoney.rules		\
	modsecurity.rules       \
	ms-cluster.rules        \
	ms-sql.rules            \
	nagios.rules            \
	navce.rules             \
	netapp-ontap.rules      \
	netfilter.rules         \
	netscreen.rules         \
	ntsyslog.rules          \
	openhostapd.rules       \
	pam.rules               \
	pcanywhere.rules        \
	pcre.rules              \
	portsentry.rules        \
	postfix.rules           \
	ppp.rules		\
	proftpd.rules           \
	qpopper.rules           \
	rishi.rules		\
	selinux.rules           \
	sendmail.rules          \
	shadow-utils.rules      \
	single.rules            \
	sonicwall.rules         \
	spamassassin.rules      \
	squid.rules             \
	su.rules		\
	ssh.rules               \
	sudo.rules              \
	suhosin.rules		\
	tripwire.rules          \
	vigor.rules             \
	vpopmail.rules          \
	linksys-wap11.rules     \
	webmin.rules            \
	wu-ftp.rules
.for f in ${ruleset_DATA}
CONF_FILES+=	${EGDIR}/ruleset/${f:Q} ${PKG_SYSCONFDIR}/ruleset/${f:Q}
.endfor

PKG_OPTIONS_VAR=	PKG_OPTIONS.prelude-lml
PKG_SUPPORTED_OPTIONS=	unsupported-rulesets

.include "../../mk/bsd.options.mk"

PLIST_VARS+=		unsupported
.if !empty(PKG_OPTIONS:Munsupported-rulesets)
CONFIGURE_ARGS+=	--enable-unsupported-rulesets
PLIST.unsupported=	yes
unsupported_ruleset_DATA = \
	exim.rules		\
	ipso.rules		\
	zywall.rules		\
	zyxel.rules
.  for f in ${unsupported_ruleset_DATA}
CONF_FILES+=		${EGDIR}/ruleset/${f:Q} ${PKG_SYSCONFDIR}/ruleset/${f:Q}
.  endfor
.endif

pre-patch:
	${CP} ${FILESDIR}/run-prelude-lml.c ${WRKSRC}

pre-configure:
	${LN} -s ${BUILDLINK_DIR}/lib/libltdl.so ${BUILDLINK_DIR}/lib/libltdlc.so

post-build:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o run-prelude-lml run-prelude-lml.c

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/run-prelude-lml ${DESTDIR}${PREFIX}/sbin/run-prelude-lml

.include "../../security/libprelude/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"