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/127874 Submitted by: Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
parent
8ca94b3641
commit
f8c694d0f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221246
3 changed files with 29 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
SUBDIR += libopensync-plugin-evolution2-devel
|
||||
SUBDIR += libopensync-plugin-python
|
||||
SUBDIR += libopensync-plugin-python-devel
|
||||
SUBDIR += libopensync-plugin-synce
|
||||
SUBDIR += libopensync-plugin-synce-devel
|
||||
SUBDIR += libopensync-plugin-vformat-devel
|
||||
SUBDIR += lightning-xpi
|
||||
|
|
24
deskutils/libopensync-plugin-synce/Makefile
Normal file
24
deskutils/libopensync-plugin-synce/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: libopensync-plugin-synce
|
||||
# Date created: 27 September 2008
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libopensync-plugin-synce
|
||||
CATEGORIES= deskutils palm
|
||||
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= SynCE plugin for the OpenSync framework
|
||||
|
||||
RUN_DEPENDS= sync-engine:${PORTSDIR}/palm/synce-sync-engine \
|
||||
${LOCALBASE}/lib/opensync/plugins/python_module.so:${PORTSDIR}/deskutils/libopensync-plugin-python
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../palm/synce-sync-engine
|
||||
|
||||
CONFLICTS= libopensync-plugin-synce-devel-[0-9]*
|
||||
|
||||
ENGINE_VER= 2
|
||||
PLUGINDIR= lib/opensync/python-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
4
deskutils/libopensync-plugin-synce/pkg-descr
Normal file
4
deskutils/libopensync-plugin-synce/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue