aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-10 04:51:22 +0800
committermiwi <miwi@FreeBSD.org>2007-07-10 04:51:22 +0800
commite8f8168cdd9e2217978ce5ab0421be31ab9790ac (patch)
tree27b82e3c7ecf5b8d9be133a579252a780f90df94
parent135fa4fa7628ea849a981ecf53432c393e34f634 (diff)
downloadfreebsd-ports-gnome-e8f8168cdd9e2217978ce5ab0421be31ab9790ac.tar.gz
freebsd-ports-gnome-e8f8168cdd9e2217978ce5ab0421be31ab9790ac.tar.zst
freebsd-ports-gnome-e8f8168cdd9e2217978ce5ab0421be31ab9790ac.zip
- Install translation files
- Add libnotify support PR: 114456 Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer)
-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>