Add synce-multisync, a SynCE synchronization plugin for Multisync.
PR: ports/72271 Submitted by: Sam Lawrance <boris@brooknet.com.au>
This commit is contained in:
parent
726ad72fbc
commit
965d139305
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125899
@ -38,6 +38,7 @@
|
||||
SUBDIR += synce-kde
|
||||
SUBDIR += synce-librapi2
|
||||
SUBDIR += synce-libsynce
|
||||
SUBDIR += synce-multisync
|
||||
SUBDIR += synce-rra
|
||||
SUBDIR += synce-serial
|
||||
SUBDIR += synce-trayicon
|
||||
|
29
palm/synce-multisync/Makefile
Normal file
29
palm/synce-multisync/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: synce-multisync
|
||||
# Date created: September 2004
|
||||
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= synce-multisync_plugin
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= palm deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= synce
|
||||
|
||||
MAINTAINER= boris@brooknet.com.au
|
||||
COMMENT= SynCE synchronisation plugin for Multisync
|
||||
|
||||
LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-rra
|
||||
BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
|
||||
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
|
||||
|
||||
USE_GNOME= gnomeprefix gnometarget gnomevfs2
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
|
||||
--with-libsynce=${LOCALBASE} \
|
||||
--with-librra=${LOCALBASE} \
|
||||
--with-multisync-include=${X11BASE}/include/multisync
|
||||
|
||||
.include <bsd.port.mk>
|
2
palm/synce-multisync/distinfo
Normal file
2
palm/synce-multisync/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (synce-multisync_plugin-0.9.0.tar.gz) = 0273cac4d2bce299aec8a51b08101985
|
||||
SIZE (synce-multisync_plugin-0.9.0.tar.gz) = 327269
|
4
palm/synce-multisync/pkg-descr
Normal file
4
palm/synce-multisync/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This plugin adds a SynCE connector to Multisync, making it possible to sync
|
||||
your Pocket PC with any other Multisync supported device or software.
|
||||
|
||||
WWW: http://synce.sourceforge.net/
|
6
palm/synce-multisync/pkg-plist
Normal file
6
palm/synce-multisync/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/multisync/libsynce_plugin.a
|
||||
lib/multisync/libsynce_plugin.so
|
||||
lib/multisync/libsynce_plugin.so.0
|
||||
share/gnome/synce/synce_multisync_plugin.glade
|
||||
@dirrm share/gnome/synce
|
||||
@unexec rmdir %D/lib/multisync 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user