1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/ftp/hsftp/Makefile
Sergey A. Osokin 060915b95f Fix build.
Bump PORTREVISION.
Feature safe:	yes

Spotted by:	QAT via itetcu
Tested by:	Andrew Kochetkov aka kochetkov.andrew at gmail dot com
2010-06-21 11:39:49 +00:00

41 lines
866 B
Makefile

# New ports collection makefile for: hsftp
# Date created: Mon 03 Jul 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= hsftp
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://la-samhna.de/hsftp/ \
http://www.alaskaparadise.com/freebsd/
MAINTAINER= ports@FreeBSD.org
COMMENT= FTP emulator that uses ssh to transport commands/data
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
MAKEFILE= makefile
MAN1= hsftp.1
PLIST_FILES= bin/hsftp
OPTIONS= OPENSSH "Build with OpenSSH support" off
.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSH)
RUN_DEPENDS+= ssh:${PORTSDIR}/security/openssh
CONFIGURE_ARGS+= --with-openssh
.endif
pre-patch:
${REINPLACE_CMD} -e '2343d' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>