26 lines
616 B
Makefile
26 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:21 smb Exp $
|
|
#
|
|
|
|
DISTNAME=attachwarner-0.2.7
|
|
PKGNAME=claws-mail-attachwarner-0.2.7
|
|
CATEGORIES=mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Warns if a message mentions an attachment without attaching files
|
|
PKGREVISION= 1
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
DEPENDS+= claws-mail>=2.10.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/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|