openbsd-ports/net/jftpgw/Makefile
2002-12-29 21:14:10 +00:00

30 lines
719 B
Makefile

# $OpenBSD: Makefile,v 1.17 2002/12/29 21:14:11 fgsch Exp $
COMMENT= "FTP proxy"
DISTNAME= jftpgw-0.12.0
CATEGORIES= net
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>