update Sun Jun 20 12:37:00 PDT 2010
[pkgsrc.git] / mail / imp / options.mk
1 # $NetBSD: options.mk,v 1.1 2006/06/16 09:25:30 adrianp Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.imp
4 PKG_SUPPORTED_OPTIONS=  ispell aspell gnupg
5
6 .include "../../mk/bsd.options.mk"
7
8 ###
9 ### Use aspell with IMP
10 ###
11 .if !empty(PKG_OPTIONS:Maspell)
12 DEPENDS+=       aspell-[0-9]*:../../textproc/aspell
13 .endif
14
15 ###
16 ### Use ispell with IMP
17 ###
18 .if !empty(PKG_OPTIONS:Mispell)
19 DEPENDS+=       ispell-base-[0-9]*:../../textproc/ispell-base
20 .endif
21
22 ###
23 ### Use gnupg with IMP
24 ###
25 .if !empty(PKG_OPTIONS:Mgnupg)
26 DEPENDS+=       gnupg-[0-9]*:../../security/gnupg
27 .endif