aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-06-12 16:56:35 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-06-12 16:56:35 +0000
commit32907f0dac95d40de190cf88adcccca43adf51b9 (patch)
tree6c6356e7d63947847149a3a297ebc6393cf40165 /security/openssh-portable
parentef83e0ea7da6f193d3991f35ec65b277a2a4ba5d (diff)
downloadports-32907f0dac95d40de190cf88adcccca43adf51b9.tar.gz
ports-32907f0dac95d40de190cf88adcccca43adf51b9.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 00c1e6b7c8f5..bc13ce810fe0 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -60,6 +60,7 @@ OPTIONS= PAM "Enable pam(3) support" on \
SUID_SSH "Enable suid SSH (Recommended off)" off \
GSSAPI "Enable GSSAPI support" off \
OPENSSH_CHROOT "Enable CHROOT support" off \
+ OPENSC "Enable OpenSC smartcard support" off \
HPN "Enable HPN-11 SSH/SCP patch" off \
HPN_NONECIPHER "Enable HPN-11 with None Cipher patch" off \
OVERWRITE_BASE "OpenSSH overwrite base" off
@@ -122,6 +123,11 @@ CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE}
CFLAGS+= -DCHROOT
.endif
+.if defined(WITH_OPENSC)
+LIB_DEPENDS+= opensc.2:${PORTSDIR}/security/opensc
+CONFIGURE_ARGS+= --with-opensc=${LOCALBASE}
+.endif
+
.if defined(WITH_HPN)
.if defined(WITH_HPN_NONECIPHER)
IGNORE= please, select only one HPN patch. Rerun 'make config'