# $Id: Portfile,v 1.2 2003/03/03 06:59:14 mij Exp $ PortSystem 1.0 name imap-uw version 2002b 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/ extract.sufx .tar.Z distname imap-${version} checksums md5 0da8616dec7d49cba860aeae43d966b4 configure {} build.target osx variant ssl_plain { patchfiles patch-Makefile build.args SSLTYPE=unix } install { system "install -o root -m 755 -d ${destroot}${prefix}/sbin" system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/man/man8" system "install -o root -m 755 -d ${destroot}${prefix}/man/man1" system "install -o root -m 755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/sbin" system "install -o root -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop2d" system "install -o root -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop3d" system "install -o root -m 755 ${worksrcpath}/mailutil/mailutil ${destroot}${prefix}/bin" system "install -o root -m 755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/sbin" system "install -o root -m 755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/sbin" system "install -o root -m 755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin" system "install -o root -m 755 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/sbin" system "install -o root -m 755 ${worksrcpath}/src/imapd/imapd.8c ${destroot}${prefix}/man/man8/imapd.8" system "install -o root -m 755 ${worksrcpath}/src/ipopd/ipopd.8c ${destroot}${prefix}/man/man8/ipopd.8" system "install -o root -m 755 ${worksrcpath}/src/mailutil/mailutil.1 ${destroot}${prefix}/man/man1" system "install -o root -m 755 ${worksrcpath}/src/tmail/tmail.1 ${destroot}${prefix}/man/man1" system "install -o root -m 755 ${worksrcpath}/src/dmail/dmail.1 ${destroot}${prefix}/man/man1" }