2001-06-26 05:15:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2001/06/26 03:15:17 christos Exp $
|
1999-09-06 20:11:22 +02:00
|
|
|
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
|
|
|
|
#
|
|
|
|
|
2001-06-26 05:15:16 +02:00
|
|
|
DISTNAME= amanda-2.4.2p2
|
|
|
|
PKGNAME= amanda-plot-2.4.2p2
|
1999-09-06 20:11:22 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www.amanda.org/
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Visualizes the behavior of Amanda, a network backup system
|
1999-09-06 20:11:22 +02:00
|
|
|
|
2001-03-21 16:41:23 +01:00
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
2001-06-26 05:15:16 +02:00
|
|
|
DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server
|
1999-09-06 20:11:22 +02:00
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
1999-09-06 21:30:19 +02:00
|
|
|
.include "../../sysutils/amanda-common/Makefile.common"
|
1999-09-06 20:11:22 +02:00
|
|
|
|
2001-01-16 22:59:29 +01:00
|
|
|
CONFIGURE_ARGS+= --without-client --without-restore \
|
|
|
|
--without-restore --without-amrecover
|
2001-02-19 11:18:47 +01:00
|
|
|
CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot"
|
1999-09-06 20:11:22 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|