2012-07-30 09:04:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2012/07/30 07:04:29 sbd Exp $
|
1999-09-06 20:11:22 +02:00
|
|
|
#
|
|
|
|
|
2012-07-30 08:57:21 +02:00
|
|
|
PKGNAME= amanda-plot-${AMANDA_VERSION}
|
2008-07-29 19:21:39 +02:00
|
|
|
PKGREVISION= 1
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= amapl
|
1999-09-06 20:11:22 +02:00
|
|
|
|
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
|
|
|
|
2012-07-30 09:04:29 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2010-06-28 12:09:26 +02:00
|
|
|
|
2001-03-21 16:41:23 +01:00
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
2012-07-30 08:57:21 +02:00
|
|
|
DEPENDS+= amanda-server-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-server
|
1999-09-06 20:11:22 +02:00
|
|
|
|
1999-09-06 21:30:19 +02:00
|
|
|
.include "../../sysutils/amanda-common/Makefile.common"
|
1999-09-06 20:11:22 +02:00
|
|
|
|
2002-08-19 04:35:56 +02:00
|
|
|
CONFIGURE_ARGS+= --without-client
|
|
|
|
CONFIGURE_ARGS+= --without-restore
|
|
|
|
CONFIGURE_ARGS+= --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"
|