pkgsrc/mail/claws-mail-clamav/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

26 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/01/18 05:08:20 tnn Exp $
#
PLUGIN_NAME= clamav_plugin
PLUG_VER= 3.2.0
PKGREVISION= 1
.include "../../mail/claws-mail/plugins.mk"
BUILD_DIRS= src/plugins/clamav
INSTALL_DIRS= src/plugins/clamav
MAINTAINER= smb@NetBSD.org
COMMENT= Enables the scanning of message attachments using Clam AntiVirus
CONFIGURE_ARGS+= --enable-clamav-plugin
USE_LANGUAGES= c
DEPENDS+= claws-mail-3.2.0{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= clamav>=0.92:../../mail/clamav
.include "../../mail/claws-mail/Makefile.vers"
.include "../../mail/clamav/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"