diff options
author | pav <pav@FreeBSD.org> | 2003-12-05 05:48:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-05 05:48:00 +0800 |
commit | f80b691d0facda3dedaa45da2696ad55e07dc0b8 (patch) | |
tree | b0dddf92d6da44707aa7e3e23e2fbd9cdba3a605 /deskutils/multisync-syncml/pkg-plist | |
parent | 11063b0a8c5279c8a391a1f1c016a3768baa3622 (diff) | |
download | freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.tar.gz freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.tar.zst freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.zip |
Add SyncML plugin for Multisync. This allows to synchronize PIM data
against SyncML compliant devices like some PDAs or mobile phones,
and more importantly, to sync between two Multisync clients over network.
Good solution for synchronizing your Evolution at home and at work.
Approved by: adamw (mentor)
Diffstat (limited to 'deskutils/multisync-syncml/pkg-plist')
-rw-r--r-- | deskutils/multisync-syncml/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/multisync-syncml/pkg-plist b/deskutils/multisync-syncml/pkg-plist new file mode 100644 index 000000000000..3f8bb429d3b0 --- /dev/null +++ b/deskutils/multisync-syncml/pkg-plist @@ -0,0 +1,4 @@ +lib/multisync/libsyncml_plugin.a +lib/multisync/libsyncml_plugin.so +lib/multisync/libsyncml_plugin.so.0 +@unexec rmdir %D/lib/multisync 2>/dev/null || true |