summaryrefslogtreecommitdiff
path: root/ftp/bftpd/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 23:24:24 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 23:24:24 +0000
commitb7408beac6c0b58fe09a73f7fa6a1a544f01ac7f (patch)
tree0e2d071d17b0aea896e2b5adcf02211d2d80c2d3 /ftp/bftpd/Makefile
parentAdd tide 1.4, T3X Integrated Development Environment and T3X Tool (diff)
Add bftpd 1.0.18, a very configurable FTP server that can do chroot
easily.
Notes
Notes: svn path=/head/; revision=41050
Diffstat (limited to 'ftp/bftpd/Makefile')
-rw-r--r--ftp/bftpd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile
new file mode 100644
index 000000000000..f35176b15624
--- /dev/null
+++ b/ftp/bftpd/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: bftpd
+# Date created: 7 April 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= bftpd
+PORTVERSION= 1.0.18
+CATEGORIES= ftp
+MASTER_SITES= http://www.bftpd.f2s.com/downloads/src/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+pre-configure:
+ ${PERL} -pi -e "s@<wait.h>@<sys/wait.h>@g" ${WRKSRC}/commands.c
+ ${PERL} -pi -e "s@chmod 644 /var@#chmod 644 /var@g; \
+ s@touch /var@#touch /var@g; \
+ s@DESTDIR\)/etc@prefix\)/etc@g; \
+ s@bftpd.conf @bftpd.conf.sample @g" ${WRKSRC}/Makefile.in
+ ${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample
+
+.include <bsd.port.mk>