mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add Backup plugin for Multisync, for local backup of your PIM data.
Approved by: adamw (mentor)
This commit is contained in:
parent
d40b2d5d95
commit
9526e5a4c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95063
@ -62,6 +62,7 @@
|
||||
SUBDIR += mrproject
|
||||
SUBDIR += multi-backgrounds-daemon
|
||||
SUBDIR += multisync
|
||||
SUBDIR += multisync-backup
|
||||
SUBDIR += nag
|
||||
SUBDIR += narval
|
||||
SUBDIR += notebook
|
||||
|
18
deskutils/multisync-backup/Makefile
Normal file
18
deskutils/multisync-backup/Makefile
Normal 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"
|
5
deskutils/multisync-backup/pkg-descr
Normal file
5
deskutils/multisync-backup/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This MultiSync plugin is:
|
||||
|
||||
Ximian Evolution synchronization, supporting calendar, ToDos and contacts.
|
||||
|
||||
WWW: http://multisync.sourceforge.net/
|
4
deskutils/multisync-backup/pkg-plist
Normal file
4
deskutils/multisync-backup/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user