25 lines
674 B
Makefile
25 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/03/06 14:53:54 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/}
|
|
PKGREVISION= 4
|
|
COMMENT= Gnome console for Bacula - The Network Backup Solution
|
|
CATEGORIES+= gnome
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
BUILD_DIRS= src/lib
|
|
BUILD_DIRS+= src/gnome2-console
|
|
|
|
INSTALLATION_DIRS= sbin share/examples/bacula
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|