diff options
author | bapt <bapt@FreeBSD.org> | 2012-01-23 03:12:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-01-23 03:12:56 +0800 |
commit | 274b6808834104fa3c0c660453f4e52e3f79d999 (patch) | |
tree | c77f632428229f19dad1694a011d5a2133870301 /net/Makefile | |
parent | 4a1a04cc59ffc7211f4546f633e9c58d5d2c44cc (diff) | |
download | freebsd-ports-gnome-274b6808834104fa3c0c660453f4e52e3f79d999.tar.gz freebsd-ports-gnome-274b6808834104fa3c0c660453f4e52e3f79d999.tar.zst freebsd-ports-gnome-274b6808834104fa3c0c660453f4e52e3f79d999.zip |
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like Alfresco,
Nuxeo for the open source ones.
WWW: http://sourceforge.net/projects/libcmis/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 1dce08377a06..d6a20e882131 100644 --- a/net/Makefile +++ b/net/Makefile @@ -298,6 +298,7 @@ SUBDIR += ldapsh SUBDIR += lft SUBDIR += libbgpdump + SUBDIR += libcmis SUBDIR += libconnect SUBDIR += libdnet SUBDIR += libexosip2 |