summaryrefslogtreecommitdiff
path: root/mail/claws-mail-fetchinfo/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-10 17:27:47 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-10 17:27:47 +0000
commit40c91fb874af2102efc84784596c53bf6afb7f19 (patch)
treeb6dedc6410a6a429f378c200b2aae00c7d7cbb5e /mail/claws-mail-fetchinfo/Makefile
parentDecommissioning java 1.5 (EOLed since October 2009): (diff)
Update to Claws Mail 3.9.0 release
Changelog: http://www.claws-mail.org/news.php claws-mail: - Remove leading article from COMMENT - Add missing deps - Modernize options descriptions - Respect NLS option - Remove shlib ABI versions from LIB_DEPENDS plugins: - Bump plugins with no new versions - Remove stale patches - Improve COMMENTs, be more verbose what plugin does, use official Claws Mail name, remove leading articles - Convert WWW: lines from tabs to spaces
Notes
Notes: svn path=/head/; revision=308620
Diffstat (limited to 'mail/claws-mail-fetchinfo/Makefile')
-rw-r--r--mail/claws-mail-fetchinfo/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile
index ad8b8f321896..1870335add62 100644
--- a/mail/claws-mail-fetchinfo/Makefile
+++ b/mail/claws-mail-fetchinfo/Makefile
@@ -1,31 +1,35 @@
-# New ports collection makefile for: sylpheed-claws-fetchinfo
-# Date created: 3 April 2006
-# Whom: Pawel Pekala <c0rn@o2.pl>
-#
+# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
-#
PORTNAME= fetchinfo
PORTVERSION= 0.4.25
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
DISTNAME= ${PORTNAME}-plugin-${PORTVERSION}
MAINTAINER= pawel@FreeBSD.org
-COMMENT= Header insertion plugin for claws-mail
+COMMENT= Header insertion plugin for Claws Mail
LICENSE= GPLv3
-BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf
+USE_ICONV= yes
MAKE_JOBS_SAFE= yes
-PLIST_FILES= lib/claws-mail/plugins/fetchinfo_plugin.a \
- lib/claws-mail/plugins/fetchinfo_plugin.la \
- lib/claws-mail/plugins/fetchinfo_plugin.so \
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
.include <bsd.port.mk>