pkgsrc/sysutils/amanda-plot/Makefile
2020-08-31 18:06:29 +00:00

23 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.43 2020/08/31 18:11:23 wiz Exp $
#
PKGNAME= amanda-plot-${AMANDA_VERSION}
PKGREVISION= 3
COMMENT= Visualizes the behavior of Amanda, a network backup system
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= amanda-server-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-server
MANPAGES+= amplot.8
.include "../../sysutils/amanda-common/Makefile.common"
CONFIGURE_ARGS+= --without-client
CONFIGURE_ARGS+= --without-restore
CONFIGURE_ARGS+= --without-amrecover
CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot"
BUILD_DIRS= amplot
.include "../../mk/bsd.pkg.mk"