aboutsummaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/Makefile
blob: 5c76e9bc8de6d1f592586e3586e2e0a6a5a649cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	netsaint-plugins
# Date created:				Wed 12 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	netsaint-plugins
PORTVERSION=	1.2.9.1
CATEGORIES=	net
MASTER_SITES=	http://download.sourceforge.net/netsaintplug/
DISTNAME=	${PORTNAME}-1.2.9-1

MAINTAINER=	ports@FreeBSD.org

# make absolutely sure we have the user/group added!
BUILD_DEPENDS=	netsaint:${PORTSDIR}/net/netsaint \
		automake:${PORTSDIR}/devel/automake
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>