pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imp Add options.mk missed during the package move



details:   https://anonhg.NetBSD.org/pkgsrc/rev/463d407beace
branches:  trunk
changeset: 514670:463d407beace
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Jun 16 09:25:30 2006 +0000

description:
Add options.mk missed during the package move

diffstat:

 mail/imp/options.mk |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r b7cbad9fab14 -r 463d407beace mail/imp/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imp/options.mk       Fri Jun 16 09:25:30 2006 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: options.mk,v 1.1 2006/06/16 09:25:30 adrianp Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.imp
+PKG_SUPPORTED_OPTIONS= ispell aspell gnupg
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Use aspell with IMP
+###
+.if !empty(PKG_OPTIONS:Maspell)
+DEPENDS+=      aspell-[0-9]*:../../textproc/aspell
+.endif
+
+###
+### Use ispell with IMP
+###
+.if !empty(PKG_OPTIONS:Mispell)
+DEPENDS+=      ispell-base-[0-9]*:../../textproc/ispell-base
+.endif
+
+###
+### Use gnupg with IMP
+###
+.if !empty(PKG_OPTIONS:Mgnupg)
+DEPENDS+=      gnupg-[0-9]*:../../security/gnupg
+.endif



Home | Main Index | Thread Index | Old Index