# $Id: Portfile 67042 2010-04-27 23:02:18Z ryandesign@macports.org $
PortSystem 1.0
PortGroup zope 1.0

zope.setup		CMFMessage 1.1
revision		1
maintainers		nomaintainer
description		Simple InstantMessaging tool for Plone
long_description	Simple InstantMessaging tool for Plone \
					- allows you to send instant messages to other \
					members, these messages are stored in the Member's \
					.personal/messages \
					- interacts with CMFUserTrackTool you can click on \
					the mail icon of the active users list to send an IM \
					to the user \
					-  Messaging is handled by portal_messages tool
homepage		http://sourceforge.net/projects/collective
master_sites	sourceforge:collective
distname		${zope.product}-[strsed ${version} {g/[.]/_/}]
extract.suffix	.tgz
checksums		md5 fc38580a86005cf2781504ea9a400ec3
platforms		darwin freebsd

depends_lib-append	port:zope-cmfusertracktool \
					port:zope-cmfplone

post-patch {
	file rename ${worksrcpath}/${zope.product}/README \
		${worksrcpath}/${zope.product}/README.txt
}

