# $Id: Portfile,v 1.1 2005/11/10 20:45:40 mww Exp $

PortSystem 1.0

name			libopensync
version			0.18
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
description		platform independent synchronization framework
long_description	\
	OpenSync is a synchronization framework that is platform and distribution \
	independent. It consists of several plugins that can be used to connect to \
	devices, a powerfull sync-engine and the framework itself. The \
	synchronization framework is kept very flexible and is capable of \
	synchronizing any type of data, including contacts, calendar, tasks, notes \
	and files.

homepage		http://www.opensync.org/
master_sites	http://www.opendarwin.org/~mww/files/
checksums		md5 ce94a69fb7ae7533d1f8828b6402cec8

depends_build	bin:bison:bison
depends_lib		port:gettext port:libiconv port:libxml2 port:glib2 \
				port:sqlite3 port:zlib

configure.args	--disable-python

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

