diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
commit | 4e3e241093062f79167f48b1789acc215957e49c (patch) | |
tree | 85c655fbcc96cd0cdaca4e20133b97b58c513131 /mail/claws-mail-notification | |
parent | b2259a909974739ce0115f783751532ba072e123 (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-notification')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 32 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-notification/pkg-plist | 35 |
3 files changed, 3 insertions, 66 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index da8ae686878f..c89a833f1991 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -2,39 +2,13 @@ # $FreeBSD$ PORTNAME= notification -PORTVERSION= 0.31 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= notification_plugin-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= New mail notification plugin for Claws Mail -LICENSE= GPLv3 - LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -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 -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +CLAWS_PLUGINS_BUILD= notification +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo deleted file mode 100644 index 83dad82b98ac..000000000000 --- a/mail/claws-mail-notification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (notification_plugin-0.31.tar.gz) = 51cf2f52d60535e0ee8e1a80340cc12c6ed2179055846141afbf94faadca539e -SIZE (notification_plugin-0.31.tar.gz) = 561196 diff --git a/mail/claws-mail-notification/pkg-plist b/mail/claws-mail-notification/pkg-plist deleted file mode 100644 index 9a1b1e3aaf0d..000000000000 --- a/mail/claws-mail-notification/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -include/claws-mail/plugins/notification_plugin/gtkhotkey/eggaccelerators.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-error.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-info.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-key-file-registry.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-listener.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-marshal.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-registry.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-utils.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-x11-listener.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/gtkhotkey.h -include/claws-mail/plugins/notification_plugin/gtkhotkey/tomboykeybinder.h -lib/claws-mail/plugins/notification_plugin.a -lib/claws-mail/plugins/notification_plugin.la -lib/claws-mail/plugins/notification_plugin.so -%%NLS%%share/locale/ca/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/cs/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/es/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/fi/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/fr/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/hu/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/it/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/ja/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/lt/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/nl/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/ru/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/sk/LC_MESSAGES/notification_plugin.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID -@dirrm include/claws-mail/plugins/notification_plugin/gtkhotkey -@dirrm include/claws-mail/plugins/notification_plugin -@dirrmtry include/claws-mail/plugins -@dirrmtry include/claws-mail |