blob: 770d79ba6926b5e2b758b3ceb45e95e993ead0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.35 2013/06/04 22:17:03 tron Exp $
PKGNAME= ${DISTNAME:S/-/-wx-console-/}
PKGREVISION= 3
COMMENT= Bacula wxWindows-based console
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
CONFIGURE_ARGS+= --enable-client-only
CONFIGURE_ARGS+= --enable-bwx-console
BUILD_DIRS= src/wx-console
INSTALLATION_DIRS= sbin share/examples/bacula
.include "../../sysutils/bacula/Makefile.common"
.include "../../sysutils/bacula/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|