# $Id: Portfile,v 1.1 2003/03/06 09:59:29 fkr Exp $ PortSystem 1.0 name proftpd version 1.2.8 categories net maintainers fkr@opendarwin.org description Highly configurable ftp-server. long_description ProFTPD is a highly configurable ftp daemon for unix \ and unix-like operating systems. ProFTPD is designed \ to be somewhat of a "drop-in" replacement for wu-ftpd \ with a configuration format like Apache. homepage http://proftpd.linux.co.uk/ platforms darwin freebsd master_sites ftp://ftp.proftpd.org/distrib/source/ checksums md5 35e669cb085879eea21c6db9e7af2040 use_bzip2 yes pre-install { cd ${worksrcpath} reinplace "s|nogroup|nobody|g" sample-configurations/basic.conf system "install -d ${destroot}${prefix}/var" system "install -d ${destroot}${prefix}/var/proftpd" }