0ff516f6e8
- attach icinga-web to build icinga-core: - bump REVISION for -main, -cgi and -ido - remove CFGDIR, MAKE_FLAGS from Makefile which are relics - replace /var/www with ${PREFIX-cgi} - add instructions for icinga-web to README - choose mysql by default icinga-web: - bump REVISION - remove README, all instructions are in the icinga-core README - remove comments about w.i.p - choose mysql by default - tell configure where to find icinga binary, icinga.cfg and the icinga objects dir - add icinga, icinga-idoutils and bash to RUN_DEPENDS - patch shells scripts to use the correct path for bash - patch databases.xml.in to have both DBs enabled by default with help and ok from sthen aja
8 lines
133 B
Makefile
8 lines
133 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/10/12 17:59:24 rpe Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += web
|
|
|
|
.include <bsd.port.subdir.mk>
|