2016-03-05 12:27:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.44 2016/03/05 11:28:46 jperkin Exp $
|
2007-08-03 04:34:35 +02:00
|
|
|
#
|
2011-11-01 07:00:33 +01:00
|
|
|
|
2007-08-03 04:34:35 +02:00
|
|
|
PLUGIN_NAME= pgpinline
|
2016-03-05 12:27:40 +01:00
|
|
|
PKGREVISION= 1
|
2007-08-03 04:34:35 +02:00
|
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
|
2010-11-29 18:58:34 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-08-03 04:34:35 +02:00
|
|
|
COMMENT= Handles PGP/Inline signed and/or encrypted mails
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpinline-plugin
|
|
|
|
|
2009-01-11 04:11:37 +01:00
|
|
|
DEPENDS+= claws-mail-pgpcore-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail-pgpcore
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
|
|
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|