1998-11-23 05:15:17 +00:00
|
|
|
# New ports collection makefile for: ssh2
|
|
|
|
# Date created: 5 Oct 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
|
1995-10-07 01:19:27 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1995-10-07 01:19:27 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= ssh2
|
2000-09-02 03:56:57 +00:00
|
|
|
PORTVERSION= 2.3.0
|
2000-06-02 03:18:54 +00:00
|
|
|
CATEGORIES= security
|
2000-09-02 03:56:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \
|
1998-11-23 05:15:17 +00:00
|
|
|
ftp://sunsite.unc.edu/pub/packages/security/ssh/ \
|
|
|
|
ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/
|
2000-09-02 03:56:57 +00:00
|
|
|
DISTNAME= ssh-${PORTVERSION}
|
1999-11-25 21:26:03 +00:00
|
|
|
|
1998-11-23 05:15:17 +00:00
|
|
|
MAINTAINER= issei@jp.FreeBSD.org
|
1995-10-07 01:19:27 +00:00
|
|
|
|
1996-04-17 01:07:04 +00:00
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
1995-10-07 01:19:27 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
2000-09-02 03:56:57 +00:00
|
|
|
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --disable-compiler-optimizations
|
1997-04-25 05:01:06 +00:00
|
|
|
#Uncomment if all your users are in their own group and their homedir
|
|
|
|
#is writeable by that group. Beware the security implications!
|
|
|
|
#CONFIGURE_ARGS+= --enable-group-writeability
|
1999-03-15 01:18:49 +00:00
|
|
|
|
2000-03-11 12:58:43 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-06-24 19:29:50 +00:00
|
|
|
# Include tcp_wrappers support (automaticlly YES if /usr/include/tcpd.h exists)
|
2000-04-17 00:19:02 +00:00
|
|
|
#WITH_TCPWRAP= yes
|
2000-03-11 12:58:43 +00:00
|
|
|
|
2000-04-17 00:19:02 +00:00
|
|
|
.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCPWRAP)
|
1999-04-03 03:42:01 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libwrap
|
2000-04-17 00:19:02 +00:00
|
|
|
.elif defined(WITH_TCPWRAP)
|
1998-12-01 11:10:33 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libwrap="-L ${PREFIX}/lib -lwrap"
|
2000-04-21 08:19:33 +00:00
|
|
|
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
1998-10-30 06:15:18 +00:00
|
|
|
.endif
|
|
|
|
|
2000-09-02 03:56:57 +00:00
|
|
|
MAN1= scp.1 sftp.1 scp2.1 sftp2.1 sshregex.1 ssh-probe2.1 ssh-dummy-shell.1 \
|
|
|
|
ssh-pubkeymgr.1 ssh2.1 ssh-chrootmgr.1 ssh-agent.1 ssh-keygen.1 \
|
|
|
|
ssh-add.1 ssh-add2.1 ssh-agent2.1 ssh-keygen2.1
|
|
|
|
MAN5= ssh2_config.5 sshd2_config.5
|
|
|
|
MAN8= sshd.8 sshd2.8
|
1999-08-22 19:01:07 +00:00
|
|
|
|
2000-09-02 03:56:57 +00:00
|
|
|
PORTDOCS= BUG.REPORT CHANGES FAQ INSTALL LICENSE README \
|
2000-05-29 03:16:44 +00:00
|
|
|
SSH2.QUICKSTART
|
2000-03-11 12:58:43 +00:00
|
|
|
|
1995-10-07 01:19:27 +00:00
|
|
|
post-install:
|
2000-09-02 03:56:57 +00:00
|
|
|
${RM} ${PREFIX}/man/man1/ssh.1
|
|
|
|
${RM} ${PREFIX}/man/man1/ssh-probe.1
|
1998-11-23 05:15:17 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
-${MKDIR} ${PREFIX}/share/doc/ssh2
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ssh2
|
|
|
|
.endfor
|
1996-08-08 13:57:02 +00:00
|
|
|
.endif
|
1998-11-23 05:15:17 +00:00
|
|
|
#
|
1996-06-15 17:50:18 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
|
1998-11-23 05:15:17 +00:00
|
|
|
${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
|
2000-04-05 22:21:44 +00:00
|
|
|
${SED} -e 's+!!PREFIX!!+${PREFIX}+' < ${FILESDIR}/sshd.sh \
|
2000-04-14 15:04:29 +00:00
|
|
|
> ${PREFIX}/etc/rc.d/sshd.sh; \
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
|
1996-06-15 17:50:18 +00:00
|
|
|
fi
|
1995-10-07 01:19:27 +00:00
|
|
|
|
2000-03-11 12:58:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|