diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-17 09:27:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-17 09:27:10 +0000 |
commit | 15d02434a9380956ab33996b2459c8d0457217bc (patch) | |
tree | 606e8c51078bbbef16bd13a3fca47ae4d5bcbcbc /mail/claws-mail-address_keeper | |
parent | 922fda732eaa27c8bdbd368382ac8e48af72094b (diff) | |
download | ports-15d02434a9380956ab33996b2459c8d0457217bc.tar.gz ports-15d02434a9380956ab33996b2459c8d0457217bc.zip |
Notes
Diffstat (limited to 'mail/claws-mail-address_keeper')
-rw-r--r-- | mail/claws-mail-address_keeper/Makefile | 38 | ||||
-rw-r--r-- | mail/claws-mail-address_keeper/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-address_keeper/pkg-descr | 5 | ||||
-rw-r--r-- | mail/claws-mail-address_keeper/pkg-plist | 12 |
4 files changed, 57 insertions, 0 deletions
diff --git a/mail/claws-mail-address_keeper/Makefile b/mail/claws-mail-address_keeper/Makefile new file mode 100644 index 000000000000..57be8a83eafb --- /dev/null +++ b/mail/claws-mail-address_keeper/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: claws-mail-address_keeper +# Date created: 2010-12-01 +# Whom: Pawel Pekala <c0rn@o2.pl> +# +# $FreeBSD$ +# + +PORTNAME= address_keeper +PORTVERSION= 1.0.2 +CATEGORIES= mail +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- + +MAINTAINER= c0rn@o2.pl +COMMENT= Keeps all recipient addresses in an addressbook folder + +BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail + +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_ICONV= yes +MAKE_JOBS_SAFE= yes + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/mail/claws-mail-address_keeper/distinfo b/mail/claws-mail-address_keeper/distinfo new file mode 100644 index 000000000000..98238a5437fe --- /dev/null +++ b/mail/claws-mail-address_keeper/distinfo @@ -0,0 +1,2 @@ +SHA256 (address_keeper-1.0.2.tar.gz) = 55fa21e0979daeeb193684932e4f94b95effaff3c97f540ff470d9f90106655f +SIZE (address_keeper-1.0.2.tar.gz) = 360137 diff --git a/mail/claws-mail-address_keeper/pkg-descr b/mail/claws-mail-address_keeper/pkg-descr new file mode 100644 index 000000000000..14f4699c8d24 --- /dev/null +++ b/mail/claws-mail-address_keeper/pkg-descr @@ -0,0 +1,5 @@ +This plugin allows saving outgoing addresses to a designated folder +in the address book. Addresses are saved only if not found in the +address book to avoid unwanted duplicates. + +WWW: http://www.claws-mail.org/plugins.php diff --git a/mail/claws-mail-address_keeper/pkg-plist b/mail/claws-mail-address_keeper/pkg-plist new file mode 100644 index 000000000000..0585a80cf3cd --- /dev/null +++ b/mail/claws-mail-address_keeper/pkg-plist @@ -0,0 +1,12 @@ +lib/claws-mail/plugins/address_keeper.so +lib/claws-mail/plugins/address_keeper.la +lib/claws-mail/plugins/address_keeper.a +%%NLS%%share/locale/ca/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/cs/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/es/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/fr/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/hu/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/id/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/sk/LC_MESSAGES/address_keeper.mo +%%NLS%%share/locale/uk/LC_MESSAGES/address_keeper.mo |