pkgsrc-wip/gnucash-docs/Makefile
Jeremy C. Reed 2346feed1a This is the documentation module for the GnuCash financial software
(finance/gnucash).

It can be accessed with the GnuCash help browser (or from the GNOME2
help browser, Yelp).

It provides basic help on how to use GnuCash and includes the GnuCash
Tutorial and Concepts Guide.
2003-06-30 23:56:40 +00:00

26 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/30 23:56:40 jeremy-c-reed Exp $
DISTNAME= gnucash-docs-1.8.1
CATEGORIES= finance
MASTER_SITES= ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
${MASTER_SITE_SOURCEFORGE:=gnucash/}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.gnucash.org/
COMMENT= help documentation and tutorial guide for gnucash
USE_BUILDLINK2= # defined
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_PERL5= # defined
post-build:
cd ${WRKSRC}/help/C && ${MAKE} convert-html ;
cd ${WRKSRC}/help/de_DE && ${MAKE} convert-html ;
cd ${WRKSRC}/guide/C && ${MAKE} convert-html
.include "../../textproc/libxslt/buildlink2.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../databases/db3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"