freebsd-ports/deskutils/multisync-syncml/Makefile
Pav Lucistnik 5e4192c07b Add SyncML plugin for Multisync. This allows to synchronize PIM data
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)
2003-12-04 21:48:00 +00:00

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"