summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/bacula-gnome-console/DESCR1
-rw-r--r--sysutils/bacula-gnome-console/Makefile18
-rw-r--r--sysutils/bacula-gnome-console/PLIST4
3 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/bacula-gnome-console/DESCR b/sysutils/bacula-gnome-console/DESCR
new file mode 100644
index 00000000000..be285445b61
--- /dev/null
+++ b/sysutils/bacula-gnome-console/DESCR
@@ -0,0 +1 @@
+Gnome console for Bacula - The Network Backup Solution
diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile
new file mode 100644
index 00000000000..c23038683c9
--- /dev/null
+++ b/sysutils/bacula-gnome-console/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/03 08:20:54 ghen Exp $
+
+PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/}
+COMMENT= Gnome console for Bacula - The Network Backup Solution
+CATEGORIES+= gnome
+
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
+PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
+
+CONFIGURE_ARGS+= --enable-client-only
+CONFIGURE_ARGS+= --enable-gnome
+
+BUILD_DIRS= src/lib
+BUILD_DIRS+= src/gnome2-console
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/bacula-gnome-console/PLIST b/sysutils/bacula-gnome-console/PLIST
new file mode 100644
index 00000000000..f6f5502b38f
--- /dev/null
+++ b/sysutils/bacula-gnome-console/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/03 08:20:54 ghen Exp $
+sbin/gnome-console
+share/examples/bacula/gnome-console.conf
+@unexec ${RMDIR} %D/share/examples/bacula 2>/dev/null || ${TRUE}