summaryrefslogtreecommitdiff
path: root/sysutils/bacula-qt-console
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-18 15:23:59 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-18 15:23:59 +0000
commit84409ad336d22a25fd8eefc42643ddbac03f6cf1 (patch)
tree68f9763b81d6e7036739b1e7d3a57dc1adcb5da9 /sysutils/bacula-qt-console
parent1abe0dba36f1ecf6ed87962723795985eb60d50a (diff)
downloadpkgsrc-84409ad336d22a25fd8eefc42643ddbac03f6cf1.tar.gz
Provide a buildlink3.mk file for bacula and correctly link the console
packages against the shared libraries. Bump revisions for the latter.
Diffstat (limited to 'sysutils/bacula-qt-console')
-rw-r--r--sysutils/bacula-qt-console/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/bacula-qt-console/Makefile b/sysutils/bacula-qt-console/Makefile
index 95ae964ea68..03a4bb6dfa6 100644
--- a/sysutils/bacula-qt-console/Makefile
+++ b/sysutils/bacula-qt-console/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/08/03 12:42:56 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/18 15:23:59 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-qt-console-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt-based console for Bacula - The Network Backup Solution
PKG_DESTDIR_SUPPORT= user-destdir
@@ -13,9 +13,7 @@ USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-client-only
CONFIGURE_ARGS+= --enable-bat
-BUILD_DIRS= src/lib
-BUILD_DIRS+= src/qt-console
-INSTALL_DIRS= src/qt-console
+BUILD_DIRS= src/qt-console
INSTALLATION_DIRS= bin share/examples/bacula
@@ -26,6 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.conf ${DESTDIR}${EXAMPLESDIR}
.include "../../sysutils/bacula/Makefile.common"
+.include "../../sysutils/bacula/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"