summaryrefslogtreecommitdiff
path: root/net/argus/Makefile
blob: ca4369d694d238e44eb4645bcd8a2cd47d973d0e (plain)
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
36
# $NetBSD: Makefile,v 1.6 2005/06/22 13:14:50 markd Exp $
#

DISTNAME=	argus-3.3
PKGREVISION= 	2
CATEGORIES= 	net
MASTER_SITES=	http://www.tcp4me.com/code/argus-archive/
EXTRACT_SUFX=	.tgz

MAINTAINER=	argus@tcp4me.com
HOMEPAGE=	http://argus.tcp4me.com/
COMMENT=	System and Network Monitoring Application

DEPENDS+=	fping>=2.4b2:../../net/fping
DEPENDS+=	p5-GD>=2.11:../../graphics/p5-GD
DEPENDS+=	p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+=	p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+=	p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
DEPENDS+=	p5-DBI-[0-9]*:../../databases/p5-DBI

USE_TOOLS+=		perl
TOOLS_DEPMETHOD.perl=	DEPENDS
USE_PKGINSTALL=		yes
HAS_CONFIGURE= 		yes
CONFIGURE_SCRIPT=	${WRKSRC}/Configure

CONFIGURE_ARGS+=	--bin_dir  ${PREFIX}/bin
CONFIGURE_ARGS+=	--sbin_dir ${PREFIX}/sbin
CONFIGURE_ARGS+=	--lib_dir  ${PREFIX}/lib/argus
CONFIGURE_ARGS+=	--data_dir ${VARBASE}/argus
CONFIGURE_ENV+=		PERL=${TOOLS_PERL5:Q}

RCD_SCRIPTS=		argusd

.include "options.mk"
.include "../../mk/bsd.pkg.mk"