break the non-free documentation out into a separate package;
adjust license markers, set @conflict and bump as necessary. discussed with jasper@.
This commit is contained in:
parent
78cd2e8e1c
commit
bedf21ba36
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2009/04/26 20:56:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2009/05/03 22:32:01 sthen Exp $
|
||||
|
||||
COMMENT-main = network and application monitoring - agent
|
||||
COMMENT-server = network and application monitoring - server
|
||||
COMMENT-web = network and application monitoring - web frontend
|
||||
COMMENT-doc = network and application monitoring - non-free documentation
|
||||
|
||||
VERSION = 1.6.4
|
||||
DISTNAME = zabbix-${VERSION}
|
||||
PKGNAME-main = zabbix-agent-${VERSION}p1
|
||||
PKGNAME-server = zabbix-server-${VERSION}p1
|
||||
PKGNAME-server = zabbix-server-${VERSION}p2
|
||||
PKGNAME-doc = zabbix-doc-${VERSION}
|
||||
PKGNAME-web = zabbix-web-${VERSION}p0
|
||||
CATEGORIES = net
|
||||
|
||||
@ -19,12 +21,15 @@ HOMEPAGE = http://www.zabbix.com/
|
||||
# - all other uses need to be agreed upon with Zabbix Company
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =includes non-free documentation
|
||||
PERMIT_DISTFILES_FTP = includes non-free documentation
|
||||
|
||||
PERMIT_PACKAGE_CDROM-doc = non-free documentation
|
||||
PERMIT_PACKAGE_FTP-doc = non-free documentation
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=zabbix/}
|
||||
|
||||
MULTI_PACKAGES = -server -main -web
|
||||
MULTI_PACKAGES = -server -main -web -doc
|
||||
|
||||
WANTLIB = c kvm m
|
||||
LIB_DEPENDS = lber,ldap::databases/openldap
|
||||
|
6
net/zabbix/pkg/DESCR-doc
Normal file
6
net/zabbix/pkg/DESCR-doc
Normal file
@ -0,0 +1,6 @@
|
||||
ZABBIX is an enterprise-class open source distributed monitoring
|
||||
solution designed to monitor and track performance and availability of
|
||||
network servers, devices and other IT resources. It supports distributed
|
||||
and WEB monitoring, and more.
|
||||
|
||||
This package contains the non-free documentation.
|
4
net/zabbix/pkg/PLIST-doc
Normal file
4
net/zabbix/pkg/PLIST-doc
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-doc,v 1.1 2009/05/03 22:32:01 sthen Exp $
|
||||
@conflict zabbix-server-<1.6.4p2
|
||||
share/doc/zabbix/
|
||||
share/doc/zabbix/ZABBIX_Manual_v${MAJOR}_rev17.pdf
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.1.1.1 2009/04/22 15:03:52 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.2 2009/05/03 22:32:01 sthen Exp $
|
||||
@bin sbin/zabbix_proxy
|
||||
@bin sbin/zabbix_server
|
||||
share/doc/zabbix/
|
||||
share/doc/zabbix/ZABBIX_Manual_v${MAJOR}_rev17.pdf
|
||||
share/examples/zabbix/
|
||||
@sample ${SYSCONFDIR}/zabbix/
|
||||
share/examples/zabbix/zabbix_proxy.conf
|
||||
|
Loading…
Reference in New Issue
Block a user