1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add Backup plugin for Multisync, for local backup of your PIM data.

Approved by:	adamw (mentor)
This commit is contained in:
Pav Lucistnik 2003-12-04 21:45:04 +00:00
parent d40b2d5d95
commit 9526e5a4c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95063
4 changed files with 28 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += mrproject
SUBDIR += multi-backgrounds-daemon
SUBDIR += multisync
SUBDIR += multisync-backup
SUBDIR += nag
SUBDIR += narval
SUBDIR += notebook

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: multisync-backup
# Date created: 3 Dec 2003
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= multisync-backup
MAINTAINER= pav@FreeBSD.org
COMMENT= Multisync backup plugin
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
MD5_FILE= ${.CURDIR}/../multisync/distinfo
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/backup_plugin
.include "${.CURDIR}/../multisync/Makefile"

View File

@ -0,0 +1,5 @@
This MultiSync plugin is:
Ximian Evolution synchronization, supporting calendar, ToDos and contacts.
WWW: http://multisync.sourceforge.net/

View File

@ -0,0 +1,4 @@
lib/multisync/libbackup_plugin.a
lib/multisync/libbackup_plugin.so
lib/multisync/libbackup_plugin.so.0
@unexec rmdir %D/lib/multisync 2>/dev/null || true