19 lines
566 B
Makefile
19 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:47 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Gnome console for Bacula - The Network Backup Solution
|
|
CATEGORIES+= gnome
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
|
|
BUILD_DIRS= src/lib
|
|
BUILD_DIRS+= src/gnome2-console
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|