[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.19

1.19    ! wiz         1: # $NetBSD: Makefile,v 1.18 2010/11/29 17:58:38 drochner Exp $
1.12      smb         2: #
                      3: PKG_DESTDIR_SUPPORT=   user-destdir
1.1       smb         4:
1.12      smb         5: PLUGIN_NAME=   smime
                      6: .include "../../mail/claws-mail/plugins.mk"
1.19    ! wiz         7: PKGREVISION=   1
1.1       smb         8:
1.18      drochner    9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       smb        10: COMMENT=       This plugin handles S/MIME signed and/or encrypted mails
                     11:
1.12      smb        12: PLIST_SRC+=    PLIST
1.8       joerg      13:
1.12      smb        14: CONFIGURE_ARGS+=       --enable-gpgme
                     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"
                     25: .include "../../security/gnupg2/buildlink3.mk"
1.12      smb        26:
1.1       smb        27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>