SyncML capable devices. The plugin supports the protocol version 1.0, 1.1 and 1.2. Available transports are http and obex. Bluetooth and HTTP-OBEX protocols are supported. WWW: http://www.opensync.org/wiki/syncml-guide PR: ports/128628 Submitted by: Alex Samorukov <samm at os2.kiev.ua>
21 lines
582 B
Makefile
21 lines
582 B
Makefile
# New ports collection makefile for: libopensync-plugin-syncml
|
|
# Date created: 6 November 2008
|
|
# Whom: Alex Samorukov <samm@os2.kiev.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libopensync-plugin-syncml
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= deskutils palm comms
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
|
|
|
MAINTAINER= samm@os2.kiev.ua
|
|
COMMENT= This plugin allows to be synchronized against SyncML capable devices
|
|
|
|
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 syncml.0:${PORTSDIR}/comms/libsyncml
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|