freebsd-ports/mail/claws-mail-clamd/Makefile
Yasuhiro Kimura f7bcd43826 security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
  incompatible change to bundled copy and this makes it impossible to
  use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
  stays in 0.103.x until either next regular feature release (probably
  1.1.0) is released or 0.103.x reaches its EoL.

ReleaseNotes:	https://blog.clamav.net/2022/11/clamav-100-lts-released.html
2022-11-29 13:51:14 +09:00

12 lines
266 B
Makefile

PORTNAME= clamd
PORTREVISION= 1
COMMENT= ClamAV based antivirus plugin for Claws Mail
WWW= https://www.claws-mail.org/plugins.php
RUN_DEPENDS= clamd:security/clamav
CLAWS_PLUGINS_BUILD= ${PORTNAME}
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>