cb9eb050bc
port: - fix icinga-api RUN_DEPENDS (idoutils need not be on the same machine but it does need php). - better log_archive_path - we're building with embedded perl to make it easy to use if wanted, but it's not suitable with all scripts, so in the default configuration set use_embedded_perl_implicitly=0
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# $OpenBSD: Makefile.inc,v 1.3 2011/03/31 10:25:25 sthen Exp $
|
|
|
|
V = 1.3.1
|
|
|
|
CATEGORIES+= net net/icinga
|
|
|
|
HOMEPAGE?= http://www.icinga.org/
|
|
|
|
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=icinga/}
|