diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-05 13:37:29 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-05 13:37:29 +0000 |
commit | 1a081d8cc0bb506e4847034bf35541e882980fd3 (patch) | |
tree | 7a075688d9c795ec4fb6d07e4fbee3dd7124fc01 /deskutils | |
parent | a3357009a7c043b8b90bbb9299bfe04760b7b73f (diff) | |
download | FreeBSD-ports-1a081d8cc0bb506e4847034bf35541e882980fd3.zip FreeBSD-ports-1a081d8cc0bb506e4847034bf35541e882980fd3.tar.gz |
This plugin allows applications using OpenSync to synchronise to and from
Windows CE and PockectPC based devices.
WWW: http://www.synce.org/moin/
PR: ports/127875
Submitted by: Alexander Logvinov <ports at logvinov.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce-devel/Makefile | 25 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce-devel/pkg-descr | 4 |
3 files changed, 30 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 5867928..4e969bb 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -135,6 +135,7 @@ SUBDIR += libopensync-plugin-evolution2-devel SUBDIR += libopensync-plugin-python SUBDIR += libopensync-plugin-python-devel + SUBDIR += libopensync-plugin-synce-devel SUBDIR += libopensync-plugin-vformat-devel SUBDIR += lightning-xpi SUBDIR += linux-sunbird diff --git a/deskutils/libopensync-plugin-synce-devel/Makefile b/deskutils/libopensync-plugin-synce-devel/Makefile new file mode 100644 index 0000000..b1cdcb7 --- /dev/null +++ b/deskutils/libopensync-plugin-synce-devel/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libopensync-plugin-synce-devel +# Date created: 27 September 2008 +# Whom: Alexander Logvinov <ports@logvinov.com> +# +# $FreeBSD$ +# + +PORTNAME= libopensync-plugin-synce +CATEGORIES= deskutils palm +PKGNAMESUFFIX= -devel + +MAINTAINER= ports@logvinov.com +COMMENT= SynCE plugin for the OpenSync framework + +RUN_DEPENDS= sync-engine:${PORTSDIR}/palm/synce-sync-engine \ + ${LOCALBASE}/lib/opensync-1.0/plugins/python-module.so:${PORTSDIR}/deskutils/libopensync-plugin-python-devel + +MASTERDIR= ${.CURDIR}/../../palm/synce-sync-engine + +CONFLICTS= libopensync-plugin-synce-[0-9]* + +ENGINE_VER= 3 +PLUGINDIR= lib/opensync-1.0/plugins + +.include "${MASTERDIR}/Makefile" diff --git a/deskutils/libopensync-plugin-synce-devel/pkg-descr b/deskutils/libopensync-plugin-synce-devel/pkg-descr new file mode 100644 index 0000000..018e8cf --- /dev/null +++ b/deskutils/libopensync-plugin-synce-devel/pkg-descr @@ -0,0 +1,4 @@ +This plugin allows applications using OpenSync to synchronise to and from +Windows CE and PockectPC based devices. + +WWW: http://www.synce.org/moin/ |