aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-10 04:51:22 +0800
committerMartin Wilke <miwi@FreeBSD.org>2007-07-10 04:51:22 +0800
commit55c184dab9af113d1f50fbcea515dc229b119f62 (patch)
treee684faa4be3b652000de38e577e1ef7dfaa7d63b /mail
parent2f581730ce6ac55da778852ffb3fe964e9dae97b (diff)
downloadfreebsd-ports-gnome-55c184dab9af113d1f50fbcea515dc229b119f62.tar.gz
freebsd-ports-gnome-55c184dab9af113d1f50fbcea515dc229b119f62.tar.zst
freebsd-ports-gnome-55c184dab9af113d1f50fbcea515dc229b119f62.zip
- Install translation files
- Add libnotify support PR: 114456 Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer)
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>