22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/05/20 01:09:13 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-wx-console-/}
|
|
PKGREVISION= 1
|
|
COMMENT= wxWindows-based console 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-bwx-console
|
|
|
|
BUILD_DIRS= src/lib
|
|
BUILD_DIRS+= src/wx-console
|
|
|
|
INSTALLATION_DIRS= sbin share/examples/bacula
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../x11/wxGTK28/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|