# $Id: Portfile,v 1.2 2003/12/30 23:58:45 mww Exp $ PortSystem 1.0 name GNUMail version 1.1.2 categories mail aqua platforms darwin maintainers mww@opendarwin.org description Fully featured mail application using GNUStep or Cocoa. long_description GNUMail.app is a fully featured mail application \ running on multiple platforms. It uses the GNUstep \ development framework or Apple Cocoa, which are based \ on the OpenStep specification provided by NeXT, Inc.. \ homepage http://www.collaboration-world.com/gnumail/ set subdir releases/Stable/ master_sites http://www.collaboration-world.com/gnumail.data/${subdir}:g \ http://www.collaboration-world.com/pantomime.data/${subdir}:p distfiles ${distname}${extract.suffix}:g \ Pantomime-${version}${extract.suffix}:p checksums ${distname}${extract.suffix} \ md5 fe6aac9a167c9e9f2a997f22e4041b30 \ Pantomime-${version}${extract.suffix} \ md5 7070473c8cf4e84945673d43a65cfca8 use_configure no build.type pbx build { file rename ${workpath}/${name} ${worksrcpath} system "cd ${workpath}/Pantomime && ${build.cmd}" file mkdir ${worksrcpath}/build file copy ${workpath}/Pantomime/build/Pantomime.framework \ ${worksrcpath}/build system "cd ${worksrcpath} && ${build.cmd}" } destroot { file mkdir ${destroot}/Applications/DarwinPorts file copy ${worksrcpath}/build/GNUMail.app \ ${destroot}/Applications/DarwinPorts }