22 lines
605 B
Makefile
22 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:54 smb Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= pgpcore
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Handles core PGP functions
|
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
CONFIGURE_ARGS+= --enable-pgpmime-plugin
|
|
CONFIGURE_ARGS+= --enable-pgpinline-plugin
|
|
|
|
DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail
|
|
DEPENDS+= gnupg>=1.4.7:../../security/gnupg
|
|
DEPENDS+= gpgme>=1.1.4:../../security/gpgme
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|