diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-04-25 11:25:47 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-04-25 11:25:47 +0000 |
commit | ebc2362b6fd86a9d29b648a30a17a6d5be438f5a (patch) | |
tree | 324a8cfd956c1a9fca65d304d35f96372b6894c2 /mail/claws-mail/Makefile | |
parent | bea8b6fc1324a397ae358cb85e46227302306c19 (diff) | |
download | freebsd-ports-ebc2362b6fd86a9d29b648a30a17a6d5be438f5a.zip |
mail/claws-mail: Update to 3.17.5.
PR: 245464
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 24d4ce668125..c74616bc88a6 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libnettle.so:security/nettle RUN_DEPENDS= mime-support>0:misc/mime-support -USES= autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix pkgconfig \ - python:3.6 shebangfix ssl xorg +USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \ + gettext-tools gnome pathfix pkgconfig python:3.6 shebangfix ssl xorg USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail @@ -60,20 +60,20 @@ THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" -post-patch: - @${REINPLACE_CMD} 's|-dirty||' ${WRKSRC}/version - post-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2claws-mail.pl acroread2claws-mail.pl \ - calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ - filter_conv_new.pl fix_date.sh gif2xface.pl google_msgid.pl \ - google_search.pl kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \ - kmail2claws-mail_v2.pl multiwebsearch.conf multiwebsearch.pl \ - nautilus2claws-mail.sh outlook2claws-mail.pl tb2claws-mail \ - tbird2claws.py textviewer.pl textviewer.sh \ - thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \ + ${INSTALL_SCRIPT} acroread2claws-mail.pl ca-certificates.crt \ + calypso_convert.pl claws-mail-compose-insert-files.pl \ + cm-reparent.pl convert_mbox.pl csv2addressbook.pl ddg_search.pl \ + eud2gc.py filter_conv.pl filter_conv_new.pl fix_date.sh \ + gif2xface.pl google_msgid.pl kmail-mailbox2claws-mail.pl \ + kmail2claws-mail.pl kmail2claws-mail_v2.pl mairix.sh \ + mew2claws-mail.pl multiwebsearch.conf multiwebsearch.pl \ + nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh \ + tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh \ + thunderbird-filters-convertor.pl update-po uudec uuooffice \ + vcard2xml.py \ ${STAGEDIR}${DATADIR}) post-install-DOCS-on: |