summaryrefslogtreecommitdiff
path: root/sysutils/bacula-tray-monitor/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-02-03 08:22:08 +0000
committerghen <ghen@pkgsrc.org>2006-02-03 08:22:08 +0000
commit8ce99539d7b972e28a52022457c5e030dc320caa (patch)
treed18247e96563e01066d2c81dcc8323403b633ca0 /sysutils/bacula-tray-monitor/Makefile
parent0e647cd20f74fdfc1d4adfcef47bf8338b0a0cec (diff)
downloadpkgsrc-8ce99539d7b972e28a52022457c5e030dc320caa.tar.gz
Convert the "tray-monitor" option from sysutils/bacula to a stand-alone package.
Ok with wiz.
Diffstat (limited to 'sysutils/bacula-tray-monitor/Makefile')
-rw-r--r--sysutils/bacula-tray-monitor/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile
new file mode 100644
index 00000000000..6049979e6fd
--- /dev/null
+++ b/sysutils/bacula-tray-monitor/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/03 08:22:08 ghen Exp $
+
+PKGNAME= ${DISTNAME:S/-/-traymonitor-/}
+COMMENT= System tray monitor 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-tray-monitor
+
+BUILD_DIRS= src/lib
+BUILD_DIRS+= src/tray-monitor
+
+.include "../../sysutils/bacula/Makefile.common"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"