summaryrefslogtreecommitdiff
path: root/net/bftpd/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-06-02 13:13:15 +0000
committerjmmv <jmmv>2003-06-02 13:13:15 +0000
commit7810df12628dc233a143675522d766be998be575 (patch)
treed47109ccb3febb07c63300ea25e8eb55ff96b409 /net/bftpd/Makefile
parent878eb4643c78d5b15330cba3f3f73e465fb80c49 (diff)
downloadpkgsrc-7810df12628dc233a143675522d766be998be575.tar.gz
Initial import of bftpd, version 1.0.24:
bftpd is a FTP server that tries to be very configurable while being fast and small. Its features include: * Easy configuration. * Speed. * Support for most RFC FTP commands. * tar.gz on-the-fly compression/archiving. * Security with chroot without special setup. * No need for extra files (sh, ls..) in a chroot environment. * Logging to wtmp and to logfile or syslog. * PAM and passwd/shadow support. * Support for SITE CHOWN/CHMOD. Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
Diffstat (limited to 'net/bftpd/Makefile')
-rw-r--r--net/bftpd/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
new file mode 100644
index 00000000000..4f457bb7fff
--- /dev/null
+++ b/net/bftpd/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/02 13:13:15 jmmv Exp $
+#
+
+DISTNAME= bftpd-1.0.24
+CATEGORIES= net
+MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/
+
+MAINTAINER= virtus@wanadoo.nl
+HOMEPAGE= http://www.bftpd.org/
+COMMENT= Small and fast FTP server
+
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
+GNU_CONFIGURE= YES
+
+CFLAGS+= -DPATH_BFTPD_CONF=\"\\\"${PKG_SYSCONFDIR}/bftpd.conf\\\"\"
+CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
+ ${PKG_SYSCONFDIR}/bftpd.conf
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bftpd
+
+.include "../../mk/bsd.pkg.mk"