Files
ports/mail/claws-mail-plugins/Makefile
T
Vladimir Druzenko 5c903c9101 mail/claws-mail*: Update 4.3.1 => 4.4.0, remove GTK2 option that use version 3.21.0
Release Notes:
https://lists.claws-mail.org/pipermail/users/2026-March/034710.html

- Remove option GTK2 - GTK2 supported in 3.x only, but 3.x reached EoL.
- Make cosmetic improvements and cleanups.

PR:		293704
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Co-authored-by:	Polarian <polarian@polarian.dev>
Co-authored-by:	Chris Hutchinson <portmaster@bsdforge.com>
2026-03-27 17:56:03 +03:00

37 lines
878 B
Makefile

PORTNAME= claws-mail-plugins
DISTVERSION= ${CLAWSVERSION}
CATEGORIES= mail news
MAINTAINER= portmaster@BSDforge.com
COMMENT= claws-mail plugins meta-port
WWW= https://www.claws-mail.org/plugins.php
USES= metaport
.include "../claws-mail/Makefile.ver"
.include "../claws-mail/Makefile.claws.plugins"
# pgpcore, pgpinline, pgpmime, smime
CLAWS_PLUGINS+= pgp
.for _addon in ${CLAWS_PLUGINS:O}
. if exists(../claws-mail-${_addon})
_IGNORE!= ${MAKE} -C ../claws-mail-${_addon} -V IGNORE
. if ${_IGNORE} == ""
OPTIONS_DEFINE+= ${_addon:tu}
${_addon:tu}_DESC!= ${MAKE} -C ../claws-mail-${_addon} -V COMMENT
. endif
. endif
.endfor
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
.include <bsd.port.options.mk>
.for _addon in ${CLAWS_PLUGINS}
. if ${PORT_OPTIONS:M${_addon:tu}} != ""
RUN_DEPENDS+= claws-mail-${_addon}>=0:mail/claws-mail-${_addon}
. endif
.endfor
.include <bsd.port.mk>