pkgsrc/databases/gramps3/options.mk
drochner 4ce90355c2 make the options non-default - enchant and graphviz cause heavy
dependencies, and all are only useful in special cases
(and the additional pkgs can be installed later if wanted, no need
to have them present at build time)
ride on recent update
2009-09-14 10:35:18 +00:00

19 lines
534 B
Makefile

# $NetBSD: options.mk,v 1.2 2009/09/14 10:35:18 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Menchant)
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mfreefont)
DEPENDS+= freefont-ttf-[0-9]*:../../fonts/freefont-ttf
.endif
.if !empty(PKG_OPTIONS:Mgraphviz)
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
.endif