# $Id: Portfile,v 1.4 2004/04/10 16:43:44 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup CMF 1.4.2 {CMFCore CMFDefault CMFTopic CMFCalendar DCWorkflow} revision 1 maintainers wbb4@opendarwin.org rshaw@opendarwin.org description The Zope Content Management Framework (CMF) long_description The Zope Content Management Framework provides a set \ of services and content objects useful for building \ highly dynamic, content-oriented portal sites. As \ packaged, the CMF generates a site much like the \ Zope.org site. The CMF is intended to be easily \ customizable, in terms of both the types of content \ used and the policies and services it provides. homepage http://cmf.zope.org/ master_sites ${homepage}/download/${zope.product}-${version}/ checksums md5 345f8f79ce68d5535933ee897782005b platforms darwin freebsd post-destroot { if {[file isdirectory ${worksrcpath}/docs]} { set docPath ${destroot}${prefix}/share/doc xinstall -d -m 0755 ${docPath} system "cp -R ${worksrcpath}/docs ${docPath}/${name}" } } variant cvs { zope.setup_cvs zope CMF zope.need_cvsdir no cvs.tag CMF-1_4-branch }