diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:38:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:38:02 +0000 |
commit | f8c694d0f31fafcd776befa987d7e25af5cc9d9e (patch) | |
tree | 9b1453522827cbe43ae38d392bad0ca5087e262a /deskutils/libopensync-plugin-synce | |
parent | 8ca94b3641c40f8e585d7ef70750fd7b6dc87063 (diff) | |
download | ports-f8c694d0f31fafcd776befa987d7e25af5cc9d9e.tar.gz ports-f8c694d0f31fafcd776befa987d7e25af5cc9d9e.zip |
Notes
Diffstat (limited to 'deskutils/libopensync-plugin-synce')
-rw-r--r-- | deskutils/libopensync-plugin-synce/Makefile | 24 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce/pkg-descr | 4 |
2 files changed, 28 insertions, 0 deletions
diff --git a/deskutils/libopensync-plugin-synce/Makefile b/deskutils/libopensync-plugin-synce/Makefile new file mode 100644 index 000000000000..2728dad1dd24 --- /dev/null +++ b/deskutils/libopensync-plugin-synce/Makefile @@ -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" diff --git a/deskutils/libopensync-plugin-synce/pkg-descr b/deskutils/libopensync-plugin-synce/pkg-descr new file mode 100644 index 000000000000..018e8cfd83d4 --- /dev/null +++ b/deskutils/libopensync-plugin-synce/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/ |