Ticket #11614: libssh-0.2.diff
File libssh-0.2.diff, 1.1 KB (added by pmq@…, 18 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libssh 6 version 0. 117 categories devel security 6 version 0.2 7 categories devel security net 8 8 maintainers ron@oneinsane.net 9 9 description an SSH library 10 10 long_description The ssh library was designed to be used by \ 11 11 programmers needing a working SSH implementation \ 12 12 by the mean of a library. 13 13 14 homepage http://0xbadc0de.be/ ?part=libssh14 homepage http://0xbadc0de.be/wiki/libssh:libssh 15 15 master_sites http://www.0xbadc0de.be/libssh 16 16 extract.suffix .tgz 17 checksums md5 ad703c4702646c83ca4fcace92c220d3\18 sha1 307430249ded90332c4ec77a264913b3bc93a648\19 rmd160 69c2cc00becb84a62555fe884345398f155815a417 checksums md5 8a76c03579a3e27046e6bafe88ffd171 \ 18 sha1 bde7652da5a0f79127c3d5e4b9383d3a07619344 \ 19 rmd160 29b5d109f7962daa1f5e38197ff75b9603a39873 20 20 21 patchfiles patch-Makefile.in.diff \ 22 patch-libssh-Makefile.in.diff \ 23 patch-sample.c.diff 21 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 22 depends_lib port:openssl port:zlib