forked from Lainports/freebsd-ports
against SyncML compliant devices like some PDAs or mobile phones, and more importantly, to sync between two Multisync clients over network. Good solution for synchronizing your Evolution at home and at work. Approved by: adamw (mentor)
18 lines
455 B
Makefile
18 lines
455 B
Makefile
# New ports collection makefile for: multisync-syncml
|
|
# Date created: 25 Nov 2003
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= multisync-syncml
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Multisync plugin for SyncML targets
|
|
|
|
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
|
|
|
|
MD5_FILE= ${.CURDIR}/../multisync/distinfo
|
|
|
|
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/syncml_plugin
|
|
|
|
.include "${.CURDIR}/../multisync/Makefile"
|