23 lines
590 B
Makefile
23 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= pgpmime
|
|
PLUG_VER= 3.4.0
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Handles PGP/MIME signed and/or encrypted mails
|
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
CONFIGURE_ARGS+= --enable-pgpmime-plugin
|
|
|
|
DEPENDS+= claws-mail-pgpcore-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpcore
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|