28f79654ee
This is the first release using gtk3.
21 lines
528 B
Makefile
21 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.81 2021/07/13 12:35:11 nia Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= pgpmime
|
|
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Handles PGP/MIME signed and/or encrypted mails
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
CONFIGURE_ARGS+= --enable-pgpmime-plugin
|
|
|
|
DEPENDS+= claws-mail-pgpcore-${CLAWS_VERSION}{,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"
|