# $Id: Portfile 30229 2007-10-22 23:01:24Z jmpp@macports.org $ PortSystem 1.0 PortGroup gnustep 1.0 name GNUMail version 1.2.0pre3 revision 1 platforms darwin maintainers nomaintainer 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/ master_sites http://www.collaboration-world.com/gnumail.data/releases/Stable/ checksums md5 66094028676b19cb2eee15e163073ee5 depends_lib port:Etoile port:Pantomime worksrcdir ${name} post-patch { cd ${worksrcpath}/Bundles foreach i { Advanced Colors Fonts MIME Receiving Sending Viewing } { reinplace "s|lGNUMail|lGNUMail -lPantomime -lAddresses -lAddressView|g" \ $i/GNUmakefile } foreach i { Account Compose Import } { reinplace "s|lGNUMail|lGNUMail -lAddresses -lAddressView|g" \ $i/GNUmakefile } reinplace "s|lGNUMail|lGNUMail -lAddressView|g" \ Filtering/GNUmakefile reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" \ Account/GNUmakefile \ Advanced/GNUmakefile \ Clock/GNUmakefile \ Colors/GNUmakefile \ Compose/GNUmakefile \ Emoticon/GNUmakefile \ Face/GNUmakefile \ Filtering/GNUmakefile \ Fonts/GNUmakefile \ Import/GNUmakefile \ MIME/GNUmakefile \ PGP/GNUmakefile \ Receiving/GNUmakefile \ Sending/GNUmakefile \ Viewing/GNUmakefile } build.args-append LINK_AGAINST_ALL_LIBS=yes