a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20506 2006-11-03 16:00:11Z blair@macports.org $
PortSystem 1.0
PortGroup zope 1.0
zope.setup MimetypesRegistry 1.3.3
maintainers nomaintainer@macports.org
description handle mime types information
long_description ${description}
homepage http://sourceforge.net/projects/archetypes/
master_sites sourceforge:archetypes
distname ${zope.product}-${version}-final
checksums md5 5b3ef446024479536966e55bd3b0dece
platforms darwin freebsd
# Depends on these Zope products
depends_lib-append port:zope-portaltransforms \
port:zope-cmf
post-patch {
file rename ${worksrcpath}/${zope.product}/README \
${worksrcpath}/${zope.product}/README.txt
}