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/Makefile | |
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/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c591bf026820..787a7da4e5f5 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -64,6 +64,7 @@ SUBDIR += multisync SUBDIR += multisync-backup SUBDIR += multisync-evolution + SUBDIR += multisync-syncml SUBDIR += nag SUBDIR += narval SUBDIR += notebook |