From 52164ce7122e25e38f441ed4ca42c21299af131c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Dec 2005 01:04:44 +0000 Subject: Add three optional GUIs to bacula. Also, stop the package from compressing the man pages. From Geert Hendrickx in private mail. --- sysutils/bacula-clientonly/Makefile | 6 +++++- sysutils/bacula-clientonly/PLIST | 19 ------------------- sysutils/bacula-clientonly/options.mk | 6 ++++++ 3 files changed, 11 insertions(+), 20 deletions(-) delete mode 100644 sysutils/bacula-clientonly/PLIST create mode 100644 sysutils/bacula-clientonly/options.mk (limited to 'sysutils/bacula-clientonly') diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile index 8a6bd27bbcd..23e4f91b9d3 100644 --- a/sysutils/bacula-clientonly/Makefile +++ b/sysutils/bacula-clientonly/Makefile @@ -1,14 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2005/11/18 07:21:04 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/08 01:04:45 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-clientonly-/} COMMENT= The Network Backup Solution (client only) CONFLICTS= bacula-[0-9]* bacula-client-[0-9]* +.include "options.mk" + DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches FILESDIR= ${.CURDIR}/../../sysutils/bacula/files +PLIST_SRC= ${.CURDIR}/../../sysutils/bacula/PLIST.common + CONFIGURE_ARGS+= --enable-client-only BUILD_DEFS+= BACULA_GROUP diff --git a/sysutils/bacula-clientonly/PLIST b/sysutils/bacula-clientonly/PLIST deleted file mode 100644 index 5767d2c18b9..00000000000 --- a/sysutils/bacula-clientonly/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2005/11/11 21:34:03 wiz Exp $ -libexec/bacula/bacula -libexec/bacula/bconsole -libexec/bacula/btraceback.dbx -libexec/bacula/btraceback.gdb -libexec/bacula/dvd-handler -libexec/bacula/gconsole -libexec/bacula/mtx-changer -libexec/bacula/startmysql -libexec/bacula/stopmysql -man/man8/bacula.8 -sbin/bacula-fd -sbin/bconsole -sbin/btraceback -share/examples/bacula/bacula-fd.conf -share/examples/bacula/bconsole.conf -share/examples/rc.d/bacula-fd -@dirrm share/examples/bacula -@dirrm libexec/bacula diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk new file mode 100644 index 00000000000..ccf44afddd2 --- /dev/null +++ b/sysutils/bacula-clientonly/options.mk @@ -0,0 +1,6 @@ +# $NetBSD: options.mk,v 1.1 2005/12/08 01:04:45 wiz Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.bacula +PKG_SUPPORTED_OPTIONS= gnome-console wx-console tray-monitor + +.include "../../mk/bsd.options.mk" -- cgit v1.2.3