8439312341
- slight tweaks to upgrade documentation while there; you should still check the proper upgrade notes from upstream, but the README now points idodb users at the actual location of the schema update files to save a bit of hunting.
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# $OpenBSD: Makefile.inc,v 1.13 2012/10/18 20:04:58 sthen Exp $
|
|
|
|
V ?= 1.8.0
|
|
|
|
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/}
|