summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-01-16 15:43:29 +0000
committerrh <rh@pkgsrc.org>2001-01-16 15:43:29 +0000
commited1bc747f50c41f8b280a68f81e32de9f1447dac (patch)
tree2cd6a056ef602e9396bf25f5765b7eadd2b9762b /net/netsaint-plugins/Makefile
parent22deb07aa4075fcba1f6ba3317b58431c3fb911f (diff)
downloadpkgsrc-ed1bc747f50c41f8b280a68f81e32de9f1447dac.tar.gz
Initial import of netsaint-plugins-1.2.8.4, a set of monitoring plugins
for netsaint
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r--net/netsaint-plugins/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
new file mode 100644
index 00000000000..773dbd3a236
--- /dev/null
+++ b/net/netsaint-plugins/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/16 15:43:29 rh 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/
+
+DEPENDS+= netsaint-base-*:../../net/netsaint-base
+.if !exists(/usr/bin/ssh)
+DEPENDS+= {ssh{,6}-*,openssh-*}:../../security/ssh
+.endif
+
+NETSAINT_USER?= netsaint
+NETSAINT_GROUP?=${NETSAINT_USER}
+
+USE_SSL= YES
+USE_PERL5= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--localstatedir=/var
+CONFIGURE_ARGS+=--datadir=${PREFIX}/share/netsaint
+CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/netsaint
+CONFIGURE_ARGS+=--libexecdir=${PREFIX}/libexec/netsaint
+CONFIGURE_ARGS+=--with-lockfile=/var/run/netsaint/netsaint.lock
+CONFIGURE_ARGS+=--with-netsaint-user=${NETSAINT_USER}
+CONFIGURE_ARGS+=--with-netsaint-grp=${NETSAINT_GROUP}
+CONFIGURE_ARGS+=--without-pgsql
+
+.include "../../mk/bsd.pkg.mk"