openbsd-ports/net/jftpgw/Makefile
brad c63837b003 add jftpgw port.
--
jftpgw is an FTP proxy/gateway that uses the FTP protocol (unlike those
FTP proxies that fetch an FTP file but work as an http proxy). You can use
it to make servers behind a firewall/NAT server (masquerading server)
accessible or to allow users behind such solutions to transfer files to
and from the outside of the LAN. With the sftp support you can also use
FTP to get files from a machine that is only accessible with an ssh
connection.
2000-07-22 08:53:38 +00:00

29 lines
763 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/07/22 08:53:38 brad Exp $
DISTNAME= jftpgw-0.0.9
CATEGORIES= net
NEED_VERSION= 1.310
MASTER_SITES= http://www.mcknight.de/jftpgw/
HOMEPAGE= http://www.mcknight.de/jftpgw/
MAINTAINER= brad@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-crypt \
--with-logpath="/var/log" --with-confpath="${SYSCONFDIR}"
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/jftpgw
${INSTALL_PROGRAM} ${WRKBUILD}/jftpgw ${PREFIX}/bin
${INSTALL_DATA} ${WRKBUILD}/jftpgw.conf.sample ${PREFIX}/lib/jftpgw
${INSTALL_DATA} ${WRKBUILD}/jftpgw.access.sample ${PREFIX}/lib/jftpgw
.include <bsd.port.mk>