* 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
12 lines
266 B
Makefile
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>
|