openbsd-ports/productivity/gnucash-docs/Makefile
ajacoutot c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00

35 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/03/14 11:36:25 ajacoutot Exp $
COMMENT = gnucash documentation
GNOME_PROJECT = gnucash-docs
GNOME_VERSION = 2.2.0
PKGNAME = ${DISTNAME}p1
CATEGORIES = productivity
HOMEPAGE = http://www.gnucash.org/
MAINTAINER = Nikolay Sturm <sturm@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gnucash/} \
${HOMEPAGE}pub/gnucash/sources/stable/
EXTRACT_SUFX = .tar.gz
MODULES = x11/gnome
MODGNOME_HELP_FILES = Yes
BUILD_DEPENDS = ::textproc/rarian
CONFIGURE_STYLE = gnu
PKG_ARCH = *
.include <bsd.port.mk>