e26a9ed756
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
35 lines
1,011 B
Makefile
35 lines
1,011 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/07/15 20:14:03 jlam 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:run
|
|
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"
|