pkgsrc/mail/claws-mail-attremover/Makefile
smb 6b7f46a001 Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
2008-09-26 17:51:17 +00:00

28 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/09/26 17:51:17 smb Exp $
#
DISTNAME= att_remover-1.0.8
PKGNAME= claws-mail-att_remover-1.0.8
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
PKGREVISION= 1
MAINTAINER= smb@NetBSD.org
COMMENT= Permanently deletes attachments from mail
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= claws-mail-3.5.0{,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/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"