18 lines
547 B
Makefile
18 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:47 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
|
|
PKGREVISION= 1
|
|
COMMENT= wxWindows-based console 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-wx-console
|
|
|
|
BUILD_DIRS= src/lib
|
|
BUILD_DIRS+= src/wx-console
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|