blob: 11df5d05fc6fae85498f1747c79222e18bd2a225 (
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
27
|
# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $
#
DISTNAME= att_remover-1.0.9
PKGNAME= claws-mail-att_remover-1.0.9
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Permanently deletes attachments from mail
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= claws-mail-3.6.1{,nb[0-9]*}:../../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 "../../security/gnutls/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|