diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-08 01:04:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-08 01:04:44 +0000 |
commit | 52164ce7122e25e38f441ed4ca42c21299af131c (patch) | |
tree | 54cb9436beb5359f1b25b2fef0681ba8e4063f88 /sysutils/bacula-clientonly | |
parent | 0ed1c6a38d75fb507b8826ae443db45003ef7b3d (diff) | |
download | pkgsrc-52164ce7122e25e38f441ed4ca42c21299af131c.tar.gz |
Add three optional GUIs to bacula.
Also, stop the package from compressing the man pages.
From Geert Hendrickx in private mail.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 6 | ||||
-rw-r--r-- | sysutils/bacula-clientonly/PLIST | 19 | ||||
-rw-r--r-- | sysutils/bacula-clientonly/options.mk | 6 |
3 files changed, 11 insertions, 20 deletions
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" |