brad 3eb29d3161 add pure-ftpd port
--
Pure-FTPd is a fast, production-quality, standard-conformant FTP server,
based upon Troll-FTPd.

Unlike other popular FTP servers, it's designed to be secure in default
configuration, has no known buffer overflow, it is really trivial to set
up and it is especially designed for modern kernels.

Features include chroot()ed home directories, virtual domains, built-in
'ls', anti-warez system, bounded ports for passive downloads, FXP
protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune
files, Apache-like log files, fast standalone mode, text / HTML / XML
real-time status report, virtual users, virtual quotas and more.
2001-12-14 16:31:32 +00:00

42 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/12/14 16:31:32 brad Exp $
COMMENT= "small, easy to set up, fast and very secure FTP server"
DISTNAME= pure-ftpd-1.0.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pureftpd
HOMEPAGE= http://pureftpd.sourceforge.net/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-everything \
--with-paranoidmsg \
--without-ldap \
--without-mysql
DOCS= README README.Configuration-File README.Contrib \
README.Virtual-Users poweredby.jpg
CONTRIB= xml_python_processors.txt
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pure-ftpd
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pure-ftpd
${INSTALL_PROGRAM} ${WRKSRC}/configuration-file/pure-config.pl \
${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf \
${PREFIX}/share/examples/pure-ftpd/pure-ftpd.conf.sample
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pure-ftpd
cd ${WRKSRC}/contrib; ${INSTALL_DATA} ${CONTRIB} \
${PREFIX}/share/examples/pure-ftpd
.include <bsd.port.mk>