diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:37:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:37:29 +0000 |
commit | 8ca94b3641c40f8e585d7ef70750fd7b6dc87063 (patch) | |
tree | eb745f4b539c4fa071a0f0e303b341e7e473d7c0 /deskutils | |
parent | 226dfb51afa989b190115c1bc08fd757c1e2d003 (diff) |
Notes
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 5867928b07c7..4e969bbf8a00 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 000000000000..b1cdcb71fc45 --- /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 000000000000..018e8cfd83d4 --- /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/ |