summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs/Makefile
blob: b9e570207982890fa8e74c296ee67ae872c6733a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.55 2022/10/30 08:27:00 wiz Exp $

DISTNAME=		gnucash-docs-4.12
CATEGORIES=		finance
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=gnucash/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		https://www.gnucash.org/
COMMENT=		Documentation for GnuCash - personal double-entry accounting program
LICENSE=		gnu-gpl-v2 AND gnu-fdl-v1.1

DEPENDS+=		yelp-[0-9]*:../../misc/yelp3

USE_CMAKE=		yes
USE_TOOLS+=		bash
# cd: can't cd to .../work/gnucash-docs-4.12/share/help/C/gnucash-guide
MAKE_JOBS_SAFE=		no

.include "../../mk/bsd.pkg.mk"