e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.13 2010/06/13 22:44:53 wiz Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= pgpmime
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
PKGREVISION= 1
|
|
|
|
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-${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"
|