diff options
Diffstat (limited to 'mail/claws-mail-gtkhtml2_viewer')
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/Makefile | 30 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/distinfo | 6 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/pkg-plist | 15 |
3 files changed, 28 insertions, 23 deletions
diff --git a/mail/claws-mail-gtkhtml2_viewer/Makefile b/mail/claws-mail-gtkhtml2_viewer/Makefile index d87bf48b9af7..55cc34881983 100644 --- a/mail/claws-mail-gtkhtml2_viewer/Makefile +++ b/mail/claws-mail-gtkhtml2_viewer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkhtml2_viewer -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,34 +15,25 @@ MAINTAINER= c0rn@o2.pl COMMENT= HTML renderer plugin for claws-mail LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_AUTOTOOLS= autoconf:261 USE_GNOME= libgtkhtml USE_ICONV= yes -USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} -PLIST_FILES= lib/claws-mail/plugins/gtkhtml2_viewer.a \ - lib/claws-mail/plugins/gtkhtml2_viewer.la \ - lib/claws-mail/plugins/gtkhtml2_viewer.so \ - share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo \ - share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include <bsd.port.mk> diff --git a/mail/claws-mail-gtkhtml2_viewer/distinfo b/mail/claws-mail-gtkhtml2_viewer/distinfo index cb349a3fed0b..e3cc2bf03ae9 100644 --- a/mail/claws-mail-gtkhtml2_viewer/distinfo +++ b/mail/claws-mail-gtkhtml2_viewer/distinfo @@ -1,3 +1,3 @@ -MD5 (gtkhtml2_viewer-0.18.tar.gz) = 1aa2c1a6034cceb084a2a6d1276d2a4a -SHA256 (gtkhtml2_viewer-0.18.tar.gz) = eaee5a306216ad5aed38b35b08143403ba02965df44ba105bb6d19844463c5bc -SIZE (gtkhtml2_viewer-0.18.tar.gz) = 699178 +MD5 (gtkhtml2_viewer-0.19.tar.gz) = 7c1ae6334641ea2dbf7e31c1d32e45aa +SHA256 (gtkhtml2_viewer-0.19.tar.gz) = 0d88b3c536e49b9f28b572907ed99c36353bfc6eaf4d06a9dae34cfa7a602eca +SIZE (gtkhtml2_viewer-0.19.tar.gz) = 699738 diff --git a/mail/claws-mail-gtkhtml2_viewer/pkg-plist b/mail/claws-mail-gtkhtml2_viewer/pkg-plist new file mode 100644 index 000000000000..263dadcc609e --- /dev/null +++ b/mail/claws-mail-gtkhtml2_viewer/pkg-plist @@ -0,0 +1,15 @@ +lib/claws-mail/plugins/gtkhtml2_viewer.a +lib/claws-mail/plugins/gtkhtml2_viewer.la +lib/claws-mail/plugins/gtkhtml2_viewer.so +%%NLS%%share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo |