diff options
author | drochner <drochner@pkgsrc.org> | 2013-07-24 15:29:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-07-24 15:29:21 +0000 |
commit | b527de57d44e7c23413ae3e8ba1b7845e8fcf566 (patch) | |
tree | 46b36b94411beef87f6e68326d0dc766e5a90f84 /mail/claws-mail-spamreport/Makefile | |
parent | 629753a3f6a4650a33c73398fe29c628346b9788 (diff) | |
download | pkgsrc-b527de57d44e7c23413ae3e8ba1b7845e8fcf566.tar.gz |
sync claws-mail plugins with base pkg
Diffstat (limited to 'mail/claws-mail-spamreport/Makefile')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 93877cf1e6b..f018c127ba5 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,27 +1,16 @@ -# $NetBSD: Makefile,v 1.40 2013/06/06 12:54:41 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/24 15:29:22 drochner Exp $ # -DISTNAME= spam_report-0.3.16 -PKGNAME= claws-mail-spam_report-0.3.16 -PKGREVISION= 10 -CATEGORIES= mail -MASTER_SITES= http://claws-mail.org/downloads/plugins/ +PLUGIN_NAME= spam_report +.include "../../mail/claws-mail/plugins.mk" MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Report spam to various places -DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail +CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin -.include "../../mk/bsd.prefs.mk" +PLIST_SRC= PLIST -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config -USE_LANGUAGES+= c +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail -.include "../../mail/claws-mail/Makefile.vers" -.include "../../mail/claws-mail/buildlink3.mk" -.include "../../security/gnutls/buildlink3.mk" -.include "../../www/curl/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |