pkgsrc/sysutils/amanda-plot/Makefile
gdt 1337be1492 In amanda*, reduce default options.
Add an 'ndmp' option, disabled by default.
Disable kerberos option by default.

These two changes allow amanda to build again on OS X.  My belief,
posited on pkgsrc-users without contradiction, is that no pkgsrc users
use these features anyway.  Normal amanda usage these days is over ssh
(which gets one PFS).  NDMP is for direct dumping of NAS: usage is
probably rare and also in large installations where rebuilding is not
hard.

All in all, I thought it better for the pkgsrc/amanda universe to have
consistent options across platforms than to selectively disable on OS
X.
2015-02-09 18:35:12 +00:00

26 lines
687 B
Makefile

# $NetBSD: Makefile,v 1.35 2015/02/09 18:35:12 gdt Exp $
#
PKGNAME= amanda-plot-${AMANDA_VERSION}
PKGREVISION= 2
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"
FIND_PREFIX:= GNUPLOT_PREFIX=gnuplot
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --without-client
CONFIGURE_ARGS+= --without-restore
CONFIGURE_ARGS+= --without-amrecover
CONFIGURE_ENV+= GNUPLOT="${GNUPLOT_PREFIX}/bin/gnuplot"
BUILD_DIRS= amplot
.include "../../mk/bsd.pkg.mk"