pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula-wx-console Convert the "wx-console" op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/270706248912
branches:  trunk
changeset: 507500:270706248912
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Feb 03 08:21:14 2006 +0000

description:
Convert the "wx-console" option from sysutils/bacula to a stand-alone package.
Ok with wiz.

diffstat:

 sysutils/bacula-wx-console/DESCR    |   1 +
 sysutils/bacula-wx-console/Makefile |  17 +++++++++++++++++
 sysutils/bacula-wx-console/PLIST    |   4 ++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r cadda1f73188 -r 270706248912 sysutils/bacula-wx-console/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-wx-console/DESCR  Fri Feb 03 08:21:14 2006 +0000
@@ -0,0 +1,1 @@
+wxWindows-based console for Bacula - The Network Backup Solution
diff -r cadda1f73188 -r 270706248912 sysutils/bacula-wx-console/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-wx-console/Makefile       Fri Feb 03 08:21:14 2006 +0000
@@ -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 -r cadda1f73188 -r 270706248912 sysutils/bacula-wx-console/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-wx-console/PLIST  Fri Feb 03 08:21:14 2006 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index