22 lines
650 B
Makefile
22 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.28 2013/02/16 11:24:24 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-tray-monitor-/}
|
|
PKGREVISION= 1
|
|
COMMENT= System tray monitor for Bacula - The Network Backup Solution
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --enable-client-only
|
|
CONFIGURE_ARGS+= --enable-tray-monitor
|
|
|
|
BUILD_DIRS= src/lib
|
|
BUILD_DIRS+= src/tray-monitor
|
|
INSTALL_DIRS= src/tray-monitor
|
|
|
|
INSTALLATION_DIRS= sbin share/examples/bacula
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|