Portfile

# $Id: Portfile 20505 2006-11-03 15:59:24Z blair@macports.org $
PortSystem 1.0
PortGroup zope 1.0

zope.setup ExternalEditor 0.8
maintainers nomaintainer@macports.org
description Zope ExternalEditor Product
long_description The ExternalEditor is a Zope product that allows you \
to drop into your favorite editor(s) directly from \
the ZMI to modify Zope objects. Its one of those \
"have your cake and eat it too" kind of things.
homepage http://zope.org/Members/Caseman/${zope.product}
master_sites ${homepage}/${version}
distname ${zope.product}-${version}-src
extract.suffix .tgz
checksums md5 c7db1275c4b5097e9719d4ac4e3309e9
platforms darwin freebsd

post-install {
ui_msg "------------------------------------------------------------"
ui_msg "It is recommended to install ZopeEditManager on all Mac OS X"
ui_msg "systems and zopeedit on all non-Mac OS X systems that will"
ui_msg "be used to edit Zope documents."
ui_msg "------------------------------------------------------------"
}