# $Id: Portfile,v 1.6 2004/07/10 22:23:32 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup CMF 1.4.5 {CMFCore CMFDefault CMFTopic CMFCalendar DCWorkflow} 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://zope.org/Products/${zope.product} master_sites ${homepage}/${distname}/ checksums md5 b3df990ee35964b22da500dda6c9172c 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 alpha { version 1.5.0alpha distname ${zope.product}-${version} master_sites ${homepage}/${distname}/ checksums md5 75b68e3a48ca5b10cfddbb6b641e465f }