2009-05-20 03:09:12 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2009/05/20 01:09:13 wiz Exp $
|
2006-02-03 09:21:14 +01:00
|
|
|
|
2008-11-21 16:30:40 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/-/-wx-console-/}
|
2009-05-20 03:09:12 +02:00
|
|
|
PKGREVISION= 1
|
2008-11-21 16:30:40 +01:00
|
|
|
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
|
2006-02-03 09:21:14 +01:00
|
|
|
|
2008-01-04 15:32:49 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-02-03 09:21:14 +01:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only
|
2007-11-30 21:33:33 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-bwx-console
|
2006-02-03 09:21:14 +01:00
|
|
|
|
|
|
|
BUILD_DIRS= src/lib
|
|
|
|
BUILD_DIRS+= src/wx-console
|
|
|
|
|
2008-01-04 15:32:49 +01:00
|
|
|
INSTALLATION_DIRS= sbin share/examples/bacula
|
|
|
|
|
2006-02-03 09:21:14 +01:00
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
2008-11-21 15:09:30 +01:00
|
|
|
.include "../../x11/wxGTK28/buildlink3.mk"
|
2006-02-03 09:21:14 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|