aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-notification/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile
index 5f34ca4cbccb..5091afb5475f 100644
--- a/mail/claws-mail-notification/Makefile
+++ b/mail/claws-mail-notification/Makefile
@@ -7,6 +7,7 @@
PORTNAME= notification
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
@@ -15,6 +16,7 @@ DISTNAME= notification_plugin-${PORTVERSION}
MAINTAINER= c0rn@o2.pl
COMMENT= New/unread mail notification plugin for claws-mail
+LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
BUILD_DEPENDS= claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
@@ -22,8 +24,16 @@ USE_GMAKE= yes
USE_XLIB= yes
USE_AUTOTOOLS= autoconf:261
+CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
+ --with-libintl-prefix=${LOCALBASE}
+
PLIST_FILES= lib/claws-mail/plugins/notification_plugin.a \
lib/claws-mail/plugins/notification_plugin.la \
- lib/claws-mail/plugins/notification_plugin.so
+ lib/claws-mail/plugins/notification_plugin.so \
+ share/locale/ca/LC_MESSAGES/notification_plugin.mo \
+ share/locale/cs/LC_MESSAGES/notification_plugin.mo \
+ share/locale/hu/LC_MESSAGES/notification_plugin.mo \
+ share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \
+ share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
.include <bsd.port.mk>