diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 13:58:48 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 13:58:48 +0000 |
commit | ea6eda799d85cd9b0555a2aa85d6454b6b51126e (patch) | |
tree | f70dfc7ce6f8e182ddd7b734e1df0c309e0ad336 /ftp/hsftp | |
parent | d1b418e2141c3bb8a52393c770246549c1269d81 (diff) | |
download | ports-ea6eda799d85cd9b0555a2aa85d6454b6b51126e.tar.gz ports-ea6eda799d85cd9b0555a2aa85d6454b6b51126e.zip |
Notes
Diffstat (limited to 'ftp/hsftp')
-rw-r--r-- | ftp/hsftp/Makefile | 24 | ||||
-rw-r--r-- | ftp/hsftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/hsftp/pkg-descr | 4 |
3 files changed, 25 insertions, 5 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 39d8ecfe3dbc..78482341fae0 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -6,9 +6,10 @@ # PORTNAME= hsftp -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= ftp -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://la-samhna.de/hsftp/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= ports@FreeBSD.org @@ -18,8 +19,25 @@ CONFIGURE_ARGS= --with-readline MAKEFILE= makefile MAN1= hsftp.1 +.if defined(WITH_OPENSSH) +RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh +CONFIGURE_ARGS+= --with-openssh +.endif + +pre-fetch: +.if !defined(WITH_OPENSSH) + @${ECHO_MSG} + @${ECHO_MSG} "If you would like build hsftp with OpenSSH support" + @${ECHO_MSG} "you must set the variable WITH_OPENSSH" + @${ECHO_MSG} +.else + @${ECHO_MSG} + @${ECHO_MSG} "Building hsftp with OpenSSH support" + @${ECHO_MSG} +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/ftp/hsftp/distinfo b/ftp/hsftp/distinfo index 46e3e5b3e07b..7501edb27a4d 100644 --- a/ftp/hsftp/distinfo +++ b/ftp/hsftp/distinfo @@ -1 +1 @@ -MD5 (hsftp-1.9.tar.gz) = 17a23d29f78a2974566f37dbb6ff1b5a +MD5 (hsftp-1.10.tar.gz) = d6fbbc5e8fbe9763a73b95927dbc90b0 diff --git a/ftp/hsftp/pkg-descr b/ftp/hsftp/pkg-descr index 9ca413542c0d..a5fe6c31a8cc 100644 --- a/ftp/hsftp/pkg-descr +++ b/ftp/hsftp/pkg-descr @@ -1,5 +1,7 @@ hsftp is an FTP emulator that provides the -look-and-feel of an FTP session, but uses SSH (1.x) +look-and-feel of an FTP session, but uses SSH to transport commands and data. +WWW: http://la-samhna.de/hsftp/ + - Will <andrews@technologist.com> |