diff options
author | will <will@FreeBSD.org> | 2000-07-12 18:57:26 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-12 18:57:26 +0000 |
commit | 0305556fee419a49fbc0ee7df71915e5998d9384 (patch) | |
tree | 576df5d1f7c94240d9c189d465481f9a97ed3d92 /net-mgmt/netsaint-plugins/Makefile | |
parent | 1579598a0fe04af43ea21dbc65cf55dc74eee4e1 (diff) | |
download | FreeBSD-ports-0305556fee419a49fbc0ee7df71915e5998d9384.zip FreeBSD-ports-0305556fee419a49fbc0ee7df71915e5998d9384.tar.gz |
Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint.
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am
extremely grateful! Thanks!
Diffstat (limited to 'net-mgmt/netsaint-plugins/Makefile')
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile new file mode 100644 index 0000000..b80ee2d --- /dev/null +++ b/net-mgmt/netsaint-plugins/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: netsaint-plugins +# Date created: Wed 12 Jul 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= netsaint-plugins +PORTVERSION= 1.2.8.4 +CATEGORIES= net +MASTER_SITES= http://netsaintplug.sourceforge.net/src/ +DISTNAME= ${PORTNAME}-1.2.8-4 + +MAINTAINER= will@FreeBSD.org + +# make absolutely sure we have the user/group added! +BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint +RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint +.if defined(WANT_QSTAT) +BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat +RUN_DEPENDS+= qstat:${PORTSDIR}/games/qstat +.endif +.if defined(WANT_FPING) +BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping +RUN_DEPENDS+= fping:${PORTSDIR}/net/fping +.endif +.if defined(WANT_SNMP) +BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp +RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp +.endif + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |