freebsd-ports/security/ssh2/pkg-plist
Akinori MUSHA 5e7984ac3c ssh_askpass2 is built only when X11 is installed. Support
{WITH,WITHOUT}_X11 and detect ${X11BASE}/lib/libX11.a.

Reported by:	bento
Obtained from:	security/ssh (partly)
2002-04-02 04:49:20 +00:00

48 lines
1.1 KiB
Text

bin/ssh2
bin/scp2
bin/sftp2
bin/ssh-agent2
bin/ssh-keygen2
bin/ssh-add2
bin/ssh-signer2
bin/ssh-probe2
%%WITH_X11:%%bin/ssh-askpass2
bin/ssh-pam-client
bin/sftp-server2
bin/ssh-dummy-shell
bin/ssh-pubkeymgr
bin/ssh-chrootmgr
bin/ssh
bin/ssh-agent
bin/ssh-add
bin/ssh-askpass
bin/ssh-keygen
bin/scp
bin/sftp
bin/sftp-server
bin/ssh-signer
bin/ssh-probe
etc/rc.d/sshd.sh
etc/ssh2/hostkey
etc/ssh2/hostkey.pub
etc/ssh2/sshd2_config
etc/ssh2/ssh2_config
etc/ssh2/ssh_dummy_shell.out
sbin/sshd2
sbin/sshd-check-conf
sbin/sshd
@dirrm etc/ssh2/knownhosts
@dirrm etc/ssh2/hostkeys
@dirrm etc/ssh2
@exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating 1024 bit host key."; %D/bin/ssh-keygen2 -P -b 1024 -t dsa -c "1024-bit dsa hostkey" -o %D/etc/ssh2/hostkey; fi
%%PORTDOCS%%share/doc/ssh2/BUG.REPORT
%%PORTDOCS%%share/doc/ssh2/CHANGES
%%PORTDOCS%%share/doc/ssh2/FAQ
%%PORTDOCS%%share/doc/ssh2/INSTALL
%%PORTDOCS%%share/doc/ssh2/LICENSE
%%PORTDOCS%%share/doc/ssh2/MANIFEST
%%PORTDOCS%%share/doc/ssh2/NEWS
%%PORTDOCS%%share/doc/ssh2/README
%%PORTDOCS%%share/doc/ssh2/REGEX-SYNTAX
%%PORTDOCS%%share/doc/ssh2/SSH2.QUICKSTART
%%PORTDOCS%%@dirrm share/doc/ssh2