diff options
author | lippe <lippe@FreeBSD.org> | 2008-05-31 12:30:36 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-05-31 12:30:36 +0800 |
commit | cf2a061993ba3ac758b3196840c79ce2ae737f1f (patch) | |
tree | 0703f1da78a66bd1a9419d8c88b340884d6a71f5 /comms/Makefile | |
parent | 7c8dba1d91463e094e3d1b2ddd207c260bcf12f7 (diff) | |
download | freebsd-ports-gnome-cf2a061993ba3ac758b3196840c79ce2ae737f1f.tar.gz freebsd-ports-gnome-cf2a061993ba3ac758b3196840c79ce2ae737f1f.tar.zst freebsd-ports-gnome-cf2a061993ba3ac758b3196840c79ce2ae737f1f.zip |
Libsyncml is an implementation of the SyncML protocol.
It's purpose is PIM data synchronization with mobile
devices over HTTP or OBEX/Bluetooth channels.
WWW: http://libsyncml.opensync.org/
PR: ports/121632
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: gabor (mentor)
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index c6f9a68b91ce..e1dfc1395096 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -60,6 +60,7 @@ SUBDIR += ktrack SUBDIR += libfec SUBDIR += libirman + SUBDIR += libsyncml SUBDIR += libticables SUBDIR += libticables2 SUBDIR += libticalcs2 |