[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / claws-mail-smime

Annotation of pkgsrc/mail/claws-mail-smime/Makefile, Revision 1.66

1.66    ! ryoon       1: # $NetBSD: Makefile,v 1.65 2018/11/08 07:29:36 markd Exp $
1.12      smb         2: #
1.23      sbd         3:
1.12      smb         4: PLUGIN_NAME=   smime
1.66    ! ryoon       5: PKGREVISION= 1
1.12      smb         6: .include "../../mail/claws-mail/plugins.mk"
1.1       smb         7:
1.18      drochner    8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       smb         9: COMMENT=       This plugin handles S/MIME signed and/or encrypted mails
                     10:
1.12      smb        11: PLIST_SRC+=    PLIST
1.8       joerg      12:
1.58      wiz        13: DEPENDS+=      gnupg2-[0-9]*:../../security/gnupg2
1.44      ryoon      14:
1.12      smb        15: CONFIGURE_ARGS+=       --enable-smime-plugin
                     16: CONFIGURE_ARGS+=       --enable-pgpcore-plugin
1.1       smb        17:
1.12      smb        18: DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
                     19: #DEPENDS+=     gpgme>=1.1.4nb2:../../security/gpgme
1.1       smb        20:
                     21:
1.3       smb        22: .include "../../mail/claws-mail/Makefile.vers"
1.9       smb        23: .include "../../mail/claws-mail-pgpcore/buildlink3.mk"
1.1       smb        24: .include "../../security/gpgme/buildlink3.mk"
1.12      smb        25:
1.1       smb        26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>