70b88ad66f
- Fix packages
24 lines
626 B
Makefile
24 lines
626 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
|
|
|
|
BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
|
|
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \
|
|
evolution:${PORTSDIR}/mail/evolution
|
|
|
|
MD5_FILE= ${MASTERDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/evolution_sync
|
|
|
|
MASTERDIR= ${.CURDIR}/../multisync
|
|
|
|
.include "${MASTERDIR}/Makefile"
|