diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-08 14:16:18 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-08 14:16:18 +0800 |
commit | bbcbe775f429eb533ebde793df0448c7463fe0de (patch) | |
tree | 3a9c33d4a206dca2d41774eec5a60d14fc418c32 /security/ssh2 | |
parent | 94b6fe2acba991b1e8a423fddb237976872fa635 (diff) | |
download | freebsd-ports-gnome-bbcbe775f429eb533ebde793df0448c7463fe0de.tar.gz freebsd-ports-gnome-bbcbe775f429eb533ebde793df0448c7463fe0de.tar.zst freebsd-ports-gnome-bbcbe775f429eb533ebde793df0448c7463fe0de.zip |
Clean this file up a bit.
Suggested by: asami
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 7bbb0c34ad0e..1c4428d0a7a1 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.66 1998/10/07 23:03:44 jkh Exp $ +# $Id: Makefile,v 1.67 1998/10/08 03:42:23 jkh Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -18,7 +18,6 @@ MAINTAINER= torstenb@FreeBSD.ORG # You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you.. .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -DISTFILES= ${DISTNAME}.tar.gz MASTER_SITES= \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \ @@ -26,7 +25,11 @@ MASTER_SITES= \ ftp://idea.sec.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/ + +CONFIGURE_ARGS+= --with-rsaref +BUILD_DEPENDS+= ${PORTSDIR}/security/rsaref/work/.extract_done:${PORTSDIR}/security/rsaref .endif + # # Use Phil Karn's asm patches to speed up DES on intel. # Download by hand from http://www.cryptography.org/cgi-bin/crypto.cgi/ssh/ @@ -54,11 +57,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc #disclosure keys and passwords. #CONFIGURE_ARGS+= --with-none -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -CONFIGURE_ARGS+= --with-rsaref -BUILD_DEPENDS+= ${PORTSDIR}/security/rsaref/work/.extract_done:${PORTSDIR}/security/rsaref -.endif - .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing .endif |