mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9131ed8ae1
contacts and todo from your Evolution with other devices. Approved by: adamw (mentor)
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# New ports collection makefile for: multisync
|
|
# Date created: 25 Nov 2003
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= multisync-evolution
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Evolution synchronization plugin for Multisync
|
|
|
|
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \
|
|
evolution:${PORTSDIR}/mail/evolution
|
|
|
|
MD5_FILE= ${.CURDIR}/../multisync/distinfo
|
|
|
|
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/evolution_sync
|
|
|
|
.include "${.CURDIR}/../multisync/Makefile"
|