1995-10-07 01:19:27 +00:00
|
|
|
# New ports collection makefile for: ssh
|
1996-06-07 04:33:33 +00:00
|
|
|
# Version required: 1.2.14
|
1995-10-07 01:19:27 +00:00
|
|
|
# Date created: 30 Jul 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1996-06-20 14:11:17 +00:00
|
|
|
# $Id: Makefile,v 1.26 1996/06/15 17:50:17 jkh Exp $
|
1996-03-23 23:36:32 +00:00
|
|
|
#
|
|
|
|
# Maximal ssh package requires YES values for
|
1996-06-07 04:33:33 +00:00
|
|
|
# USE_PERL, USE_TCPWRAP
|
1995-10-07 01:19:27 +00:00
|
|
|
#
|
|
|
|
|
1996-06-07 04:33:33 +00:00
|
|
|
DISTNAME= ssh-1.2.14
|
1995-11-22 13:20:16 +00:00
|
|
|
CATEGORIES= security net
|
1996-06-07 04:33:33 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/
|
1995-10-07 01:19:27 +00:00
|
|
|
|
1995-11-09 05:58:00 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
|
1996-06-07 04:33:33 +00:00
|
|
|
# You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you..
|
|
|
|
|
1995-10-07 01:19:27 +00:00
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
|
|
|
DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz
|
|
|
|
MASTER_SITES= \
|
1996-06-15 07:03:11 +00:00
|
|
|
ftp://ftp.cs.hut.fi/pub/ssh/ \
|
1995-10-07 01:19:27 +00:00
|
|
|
ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \
|
|
|
|
ftp://rzsun2.informatik.uni-hamburg.de/pub/virus/crypt/ripem/ \
|
|
|
|
ftp://ftp.dsi.unimi.it/pub/security/crypt/math/ \
|
|
|
|
ftp://ftp.univie.ac.at/security/crypt/cryptography/asymmetric/rsa/ \
|
|
|
|
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
|
|
|
|
.endif
|
|
|
|
|
1996-04-17 01:07:04 +00:00
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
1995-10-07 01:19:27 +00:00
|
|
|
IS_INTERACTIVE= YES
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc
|
|
|
|
|
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
|
|
|
CONFIGURE_ARGS+= --with-rsaref
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Include SOCKS firewall support
|
|
|
|
# Warning: untested !
|
|
|
|
.if defined(USE_SOCKS) && ${USE_SOCKS} == YES
|
|
|
|
CONFIGURE_ARGS+= --with-socks
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Include support for the SecureID card
|
|
|
|
# Warning: untested !
|
|
|
|
.if defined(USE_SECUREID) && ${USE_SECUREID} == YES
|
|
|
|
CONFIGURE_ARGS+= --with-secureid
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Don't use IDEA. IDEA can be freely used for non-commercial use. However,
|
|
|
|
# commercial use may require a licence in a number of countried
|
|
|
|
# Warning: untested !
|
|
|
|
.if defined(DONT_USE_IDEA) && ${DONT_USE_IDEA} == YES
|
|
|
|
CONFIGURE_ARGS+= --without-idea
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@mv -f ${WRKSRC}/make-ssh-known-hosts.pl \
|
|
|
|
${WRKSRC}/make-ssh-known-hosts.pl.in
|
|
|
|
|
|
|
|
fetch-depends:
|
|
|
|
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
|
|
|
|
@echo
|
|
|
|
@echo You must set variable USA_RESIDENT to YES if you are a USA
|
1996-01-21 00:32:46 +00:00
|
|
|
@echo resident or NO otherwise.
|
1995-10-07 01:19:27 +00:00
|
|
|
@echo If you are a USA resident you have to get the RSAREF2
|
|
|
|
@echo library \(RSA Inc. holds a patent on RSA and public key
|
|
|
|
@echo cypto in general - using RSA implementations other thann
|
|
|
|
@echo RSAREF will violate the US patent law\)
|
|
|
|
@echo and extract it to ${WRKSRC}.
|
|
|
|
@false
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
|
|
|
@mv ${WRKDIR}/rsaref2 ${WRKSRC}/rsaref2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/scp.1 ${PREFIX}/man/man1/ssh-add.1 \
|
|
|
|
${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \
|
|
|
|
${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \
|
|
|
|
${PREFIX}/man/man1/make-ssh-known-hosts.1
|
1996-06-15 17:50:18 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
|
|
|
|
echo "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
|
|
|
|
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/sshd.sh; \
|
|
|
|
echo "[ -x /usr/local/sbin/sshd ] && /usr/local/sbin/sshd && echo -n ' sshd'" >> ${PREFIX}/etc/rc.d/sshd.sh; \
|
|
|
|
chmod 751 ${PREFIX}/etc/rc.d/sshd.sh; \
|
|
|
|
fi
|
1995-10-07 01:19:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
1996-01-25 02:08:25 +00:00
|
|
|
|
|
|
|
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
|
|
|
|
1996-03-24 23:04:17 +00:00
|
|
|
.if defined(USE_PERL) && ${USE_PERL} == YES || \
|
|
|
|
exists(${PREFIX}/bin/perl5.002) && \
|
|
|
|
(!defined(USE_PERL) || ${USE_PERL} != NO)
|
1996-03-23 23:36:32 +00:00
|
|
|
BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5
|
|
|
|
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.002
|
|
|
|
.else
|
|
|
|
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
|
|
|
|
.endif
|
|
|
|
|
1996-01-25 02:08:25 +00:00
|
|
|
# Include tcp-wrapper support (call remote identd)
|
|
|
|
.if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \
|
|
|
|
exists(${PREFIX}/lib/libwrap.a) && \
|
|
|
|
(!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO)
|
1996-01-25 04:17:28 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include"
|
1996-01-25 02:08:25 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libwrap
|
1996-01-25 04:17:28 +00:00
|
|
|
LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper
|
1996-01-25 02:08:25 +00:00
|
|
|
.endif
|
|
|
|
|