d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
20 lines
552 B
Makefile
20 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:26 wiz Exp $
|
|
|
|
DISTNAME= gnucash-docs-2.2.0
|
|
CATEGORIES= finance
|
|
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
|
|
${MASTER_SITE_SOURCEFORGE:=gnucash/}
|
|
|
|
DEPENDS+= yelp-[0-9]*:../../misc/yelp
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
HOMEPAGE= http://www.gnucash.org/
|
|
COMMENT= Documentation for GnuCash - personal double-entry accounting program
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|