pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bacula-qt-console Qt-based console for Bacula
details: https://anonhg.NetBSD.org/pkgsrc/rev/a32562a044a0
branches: trunk
changeset: 393025:a32562a044a0
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 16 08:06:18 2009 +0000
description:
Qt-based console for Bacula
diffstat:
sysutils/bacula-qt-console/DESCR | 1 +
sysutils/bacula-qt-console/Makefile | 30 ++++++++++++++++++++++++++++++
sysutils/bacula-qt-console/PLIST | 16 ++++++++++++++++
3 files changed, 47 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r 7ad3c8b3790e -r a32562a044a0 sysutils/bacula-qt-console/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt-console/DESCR Sat May 16 08:06:18 2009 +0000
@@ -0,0 +1,1 @@
+Qt-based console for Bacula - The Network Backup Solution
diff -r 7ad3c8b3790e -r a32562a044a0 sysutils/bacula-qt-console/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt-console/Makefile Sat May 16 08:06:18 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/16 08:06:18 adam Exp $
+
+PKGNAME= ${DISTNAME:S/-/-qt-console-/}
+COMMENT= Qt-based console for Bacula - The Network Backup Solution
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
+PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
+
+USE_TOOLS+= gmake
+CONFIGURE_ARGS+= --enable-client-only
+CONFIGURE_ARGS+= --enable-bat
+
+BUILD_DIRS= src/lib
+BUILD_DIRS+= src/qt-console
+INSTALL_DIRS= src/qt-console
+
+INSTALLATION_DIRS= share/examples/bacula
+
+CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf
+
+post-install:
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.conf ${DESTDIR}${EXAMPLESDIR}
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7ad3c8b3790e -r a32562a044a0 sysutils/bacula-qt-console/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula-qt-console/PLIST Sat May 16 08:06:18 2009 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/16 08:06:18 adam Exp $
+bin/bat
+share/doc/bacula/html/clients.html
+share/doc/bacula/html/console.html
+share/doc/bacula/html/filesets.html
+share/doc/bacula/html/index.html
+share/doc/bacula/html/joblist.html
+share/doc/bacula/html/jobplot.html
+share/doc/bacula/html/jobs.html
+share/doc/bacula/html/mail-message-new.png
+share/doc/bacula/html/media.html
+share/doc/bacula/html/restore.html
+share/doc/bacula/html/status.png
+share/doc/bacula/html/storage.html
+share/examples/bacula/bat.conf
+@dirrm share/doc/bacula/html
Home |
Main Index |
Thread Index |
Old Index