710c5c813f
changes: -Enable building with GTK+ 2.22 -QuickSearch can now be run from the command line -Added a hidden option to set a margin in the text area of the Compose window -updated manual and man page -bugfixes -translation updates pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
26 lines
746 B
Makefile
26 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/11/29 17:58:38 drochner Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= smime
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= This plugin handles S/MIME signed and/or encrypted mails
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
|
CONFIGURE_ARGS+= --enable-smime-plugin
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
#DEPENDS+= gpgme>=1.1.4nb2:../../security/gpgme
|
|
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail-pgpcore/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../security/gnupg2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|