summaryrefslogtreecommitdiff
path: root/mail/claws-mail-synce
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-10 13:11:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-10 13:11:51 +0000
commit5dacf7322c238e3ab78c2030640340821b470764 (patch)
treeb21700b6823beae82a03f5ecd3bab30b96380e28 /mail/claws-mail-synce
parent- update to -> 1.23 (diff)
This plugin assists in keeping the addressbook of a Windows CE device
(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook, with respect to email addresses. PR: ports/95446 Submitted by: Pawel Pekala <c0rn@o2.pl>
Notes
Notes: svn path=/head/; revision=161922
Diffstat (limited to 'mail/claws-mail-synce')
-rw-r--r--mail/claws-mail-synce/Makefile33
-rw-r--r--mail/claws-mail-synce/distinfo3
-rw-r--r--mail/claws-mail-synce/files/patch-configure.ac15
-rw-r--r--mail/claws-mail-synce/pkg-descr3
4 files changed, 54 insertions, 0 deletions
diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile
new file mode 100644
index 000000000000..a06ad3657513
--- /dev/null
+++ b/mail/claws-mail-synce/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: sylpheed-claws-synce
+# Date created: 3 April 2006
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= synce
+PORTVERSION= 0.6
+CATEGORIES= mail
+MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
+PKGNAMEPREFIX= sylpheed-claws-
+DISTNAME= synce_plugin-${PORTVERSION}
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= Windows CE addressbook plugin for sylpheed-claws
+
+LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
+BUILD_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws
+RUN_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_AUTOTOOLS= autoconf:259
+
+CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \
+ --with-librapi2=${LOCALBASE}
+
+PLIST_FILES= lib/sylpheed-claws/plugins/synce_plugin.a \
+ lib/sylpheed-claws/plugins/synce_plugin.la \
+ lib/sylpheed-claws/plugins/synce_plugin.so
+
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-synce/distinfo b/mail/claws-mail-synce/distinfo
new file mode 100644
index 000000000000..0d6f9e6a5e2d
--- /dev/null
+++ b/mail/claws-mail-synce/distinfo
@@ -0,0 +1,3 @@
+MD5 (synce_plugin-0.6.tar.gz) = d7448658635543893a27b7954dad9e5f
+SHA256 (synce_plugin-0.6.tar.gz) = 8dde775a4cc5dd75d1cf9919eafc6a0dec7bd8084efe0625d8f04ec3485c8088
+SIZE (synce_plugin-0.6.tar.gz) = 324491
diff --git a/mail/claws-mail-synce/files/patch-configure.ac b/mail/claws-mail-synce/files/patch-configure.ac
new file mode 100644
index 000000000000..3806f6a8cd66
--- /dev/null
+++ b/mail/claws-mail-synce/files/patch-configure.ac
@@ -0,0 +1,15 @@
+--- configure.ac.orig Wed Apr 5 20:46:08 2006
++++ configure.ac Wed Apr 5 20:47:02 2006
+@@ -42,7 +42,11 @@
+
+ dnl check for sylpheed-claws
+ PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93)
+-SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws)
++if test -z $prefix ; then
++ SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws)
++else
++ SYLPHEED_CLAWS_PLUGINDIR=$prefix/lib/sylpheed-claws/plugins
++fi
+ AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
+ AC_SUBST(SYLPHEED_CLAWS_LIBS)
+ AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
diff --git a/mail/claws-mail-synce/pkg-descr b/mail/claws-mail-synce/pkg-descr
new file mode 100644
index 000000000000..506d58b08414
--- /dev/null
+++ b/mail/claws-mail-synce/pkg-descr
@@ -0,0 +1,3 @@
+This plugin assists in keeping the addressbook of a Windows CE device
+(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook,
+with respect to email addresses.