blob: 9035fbf526add3fe8e18edc6589898a3c2ce433c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:29 jlam Exp $
#
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/
COMMENT= basic monitoring plugins for netsaint
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
.if !exists(/usr/bin/ssh)
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
.endif
USE_SSL= YES
USE_PERL5= YES
.include "../../net/netsaint-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|