diff options
Diffstat (limited to 'mail/claws-mail-spamreport')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index fb744e01cda..a9bcfda864c 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.1 2007/09/18 03:17:31 smb Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/23 17:08:03 joerg Exp $ # -DISTNAME=spam_report-0.2 -PKGNAME=claws-mail-spam_report-0.2 -CATEGORIES=mail +DISTNAME= spam_report-0.2 +PKGNAME= claws-mail-spam_report-0.2 +PKGREVISION= 1 +CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Report spam to various places -DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" |