blob: db12076c6803fd03301eb490a7d2cb343aec915f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: libopensync-plugin-synce
# Date created: 27 September 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= libopensync-plugin-synce
CATEGORIES= deskutils palm
MAINTAINER= ports@FreeBSD.org
COMMENT= SynCE plugin for the OpenSync framework
RUN_DEPENDS= sync-engine:${PORTSDIR}/palm/synce-sync-engine \
${LOCALBASE}/lib/opensync/plugins/python_module.so:${PORTSDIR}/deskutils/libopensync-plugin-python
MASTERDIR= ${.CURDIR}/../../palm/synce-sync-engine
CONFLICTS= libopensync-plugin-synce-devel-[0-9]*
ENGINE_VER= 2
PLUGINDIR= lib/opensync/python-plugins
.include "${MASTERDIR}/Makefile"
|