blob: 0eea88e45e63259a96d1dbdebc41f18bf0725f20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.3 2007/10/23 20:16:54 smb Exp $
#
DISTNAME= spam_report-0.2
PKGNAME= claws-mail-spam_report-0.2
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
PKGREVISION= 2
MAINTAINER= smb@NetBSD.org
COMMENT= Report spam to various places
DEPENDS+= claws-mail>=3.0.0:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c
.include "../../mail/claws-mail/Makefile.vers"
.include "../../mail/claws-mail/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|