# $Id: Portfile,v 1.7 2003/10/12 15:41:37 mij Exp $ PortSystem 1.0 name imap-uw version 2002e categories mail maintainers mij@opendarwin.org description University of Washington IMAP daemon homepage http://www.washington.edu/imap/ platforms darwin long_description $description master_sites ftp://ftp.cac.washington.edu/imap/ \ http://distfiles.opendarwin.org/ extract.sufx .tar.Z distname imap-${version} checksums md5 0d246d868f20d8c441d235b77c940676 configure {} build.target osx variant ssl_plain { patchfiles patch-Makefile build.args SSLTYPE=unix } destroot { system "install -m 755 -d ${destroot}${prefix}/sbin" system "install -m 755 -d ${destroot}${prefix}/bin" system "install -m 755 -d ${destroot}${prefix}/man/man8" system "install -m 755 -d ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/sbin" system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop2d" system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop3d" system "install -m 755 ${worksrcpath}/mailutil/mailutil ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/sbin" system "install -m 755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/sbin" system "install -m 755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/sbin" system "install -m 755 ${worksrcpath}/src/imapd/imapd.8c ${destroot}${prefix}/man/man8/imapd.8" system "install -m 755 ${worksrcpath}/src/ipopd/ipopd.8c ${destroot}${prefix}/man/man8/ipopd.8" system "install -m 755 ${worksrcpath}/src/mailutil/mailutil.1 ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/src/tmail/tmail.1 ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/src/dmail/dmail.1 ${destroot}${prefix}/man/man1" }