2001-09-28 01:17:41 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:29 jlam Exp $
|
2001-01-16 16:43:29 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= netsaint-plugins-1.2.8-4
|
|
|
|
PKGNAME= netsaint-plugins-1.2.8.4
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
|
|
|
|
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
|
|
HOMEPAGE= http://netsaintplug.sourceforge.net/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= basic monitoring plugins for netsaint
|
2001-01-16 16:43:29 +01:00
|
|
|
|
2001-09-28 01:17:41 +02:00
|
|
|
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
|
2001-01-16 16:43:29 +01:00
|
|
|
.if !exists(/usr/bin/ssh)
|
2001-09-28 01:17:41 +02:00
|
|
|
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
|
2001-01-16 16:43:29 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_SSL= YES
|
|
|
|
USE_PERL5= YES
|
2001-01-16 17:23:06 +01:00
|
|
|
|
|
|
|
.include "../../net/netsaint-base/Makefile.common"
|
2001-01-16 16:43:29 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|