1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/ftp/jftpgw/Makefile
Tom Rhodes 0cec75bf47 Update to 0.13.5.
Submitted by:	Robert Nagy <robert@openbsd.org>
2004-08-13 21:35:01 +00:00

36 lines
937 B
Makefile

# New ports collection makefile for: jftpgw
# Date created: Sun Jul 15 13:19:01 CEST 2001
# Whom: se
#
# $FreeBSD$
#
PORTNAME= jftpgw
PORTVERSION= 0.13.5
CATEGORIES= ftp
MASTER_SITES= http://www.mcknight.de/jftpgw/
MAINTAINER= se@FreeBSD.org
COMMENT= Highly configurable FTP proxy
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-logpath=/var/log \
--enable-crypt \
--enable-sftp
MAN1= jftpgw.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/
${INSTALL_MAN} ${WRKSRC}/jftpgw.1 ${PREFIX}/man/man1/
@${SED} -e 's:@PREFIX@:${PREFIX}:g' \
${FILESDIR}/jftpgw.sh.in > ${WRKDIR}/jftpgw.sh
${INSTALL_SCRIPT} ${WRKDIR}/jftpgw.sh ${PREFIX}/etc/rc.d
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jftpgw
${INSTALL_DATA} ${WRKSRC}/doc/config.html ${PREFIX}/share/doc/jftpgw
.endif
.include <bsd.port.mk>