openbsd-ports/net/jftpgw/Makefile
2001-08-09 14:17:42 +00:00

31 lines
738 B
Makefile

# $OpenBSD: Makefile,v 1.16 2001/08/09 14:17:42 brad Exp $
COMMENT= "FTP proxy"
DISTNAME= jftpgw-0.12.0
CATEGORIES= net
NEED_VERSION= 1.413
MASTER_SITES= http://www.mcknight.de/jftpgw/
HOMEPAGE= http://www.mcknight.de/jftpgw/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= \
--enable-crypt --enable-sftp \
--with-logpath="/var/log" --with-confpath="${SYSCONFDIR}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw
cd ${WRKBUILD}; ${INSTALL_DATA} jftpgw.conf.sample jftpgw.access.sample \
${PREFIX}/share/examples/jftpgw
.include <bsd.port.mk>