23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:53 ghen Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-traymonitor-/}
|
|
COMMENT= System tray monitor for Bacula - The Network Backup Solution
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
INSTALLATION_DIRS= sbin share/examples/bacula
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|