From 8c7120c228c4389aad4a8a4ea2c4ef09a96932d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sun, 15 Jul 2001 13:30:20 +0000 Subject: Highly configurable FTP proxy (under development). --- ftp/jftpgw/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ftp/jftpgw/Makefile (limited to 'ftp/jftpgw/Makefile') diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile new file mode 100644 index 000000000000..565bba225f4f --- /dev/null +++ b/ftp/jftpgw/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: jftpgw +# Date created: Sun Jul 15 13:19:01 CEST 2001 +# Whom: se +# +# $FreeBSD$ +# + +PORTNAME= jftpgw +PORTVERSION= 0.0.13a +CATEGORIES= ftp +MASTER_SITES= http://www.mcknight.de/jftpgw/ + +MAINTAINER= se@FreeBSD.org + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-confpath=${PREFIX}/etc \ + --with-logpath=/var/log \ + --enable-crypt \ +# --enable-sftp + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/ + ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/ + @${SED} -e 's:@PREFIX@:${PREFIX}:g' \ + ${FILESDIR}/jftpgw.sh.in > ${FILESDIR}/jftpgw.sh + ${INSTALL_SCRIPT} ${FILESDIR}/jftpgw.sh ${PREFIX}/etc/rc.d + +.include -- cgit v1.2.3