summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-02-03 08:21:14 +0000
committerghen <ghen@pkgsrc.org>2006-02-03 08:21:14 +0000
commit0e647cd20f74fdfc1d4adfcef47bf8338b0a0cec (patch)
tree045bb7413bc834066a5c91c7e1a1fc8c3af83bae /sysutils
parentdf2cbd7f5c170d8477f2737b22c52a69065a1669 (diff)
downloadpkgsrc-0e647cd20f74fdfc1d4adfcef47bf8338b0a0cec.tar.gz
Convert the "wx-console" option from sysutils/bacula to a stand-alone package.
Ok with wiz.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-wx-console/DESCR1
-rw-r--r--sysutils/bacula-wx-console/Makefile17
-rw-r--r--sysutils/bacula-wx-console/PLIST4
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/bacula-wx-console/DESCR b/sysutils/bacula-wx-console/DESCR
new file mode 100644
index 00000000000..49c21a62038
--- /dev/null
+++ b/sysutils/bacula-wx-console/DESCR
@@ -0,0 +1 @@
+wxWindows-based console for Bacula - The Network Backup Solution
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile
new file mode 100644
index 00000000000..03193d45eb8
--- /dev/null
+++ b/sysutils/bacula-wx-console/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/03 08:21:14 ghen Exp $
+
+PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
+COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
+
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
+PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
+
+CONFIGURE_ARGS+= --enable-client-only
+CONFIGURE_ARGS+= --enable-wx-console
+
+BUILD_DIRS= src/lib
+BUILD_DIRS+= src/wx-console
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../x11/wxGTK/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/bacula-wx-console/PLIST b/sysutils/bacula-wx-console/PLIST
new file mode 100644
index 00000000000..0264978637b
--- /dev/null
+++ b/sysutils/bacula-wx-console/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/03 08:21:14 ghen Exp $
+sbin/wx-console
+share/examples/bacula/wx-console.conf
+@unexec ${RMDIR} %D/share/examples/bacula 2>/dev/null || ${TRUE}