26 lines
636 B
Makefile
26 lines
636 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2007/09/18 03:17:31 smb Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME=spam_report-0.2
|
||
|
PKGNAME=claws-mail-spam_report-0.2
|
||
|
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
|
||
|
|
||
|
.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"
|