Ticket #30791: pidgin-encryption-3.1.diff
File pidgin-encryption-3.1.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name pidgin-encryption 6 version 3. 06 version 3.1 7 7 categories net 8 8 maintainers reifferscheid.org:rsync 9 9 description Pidgin encryption plugin … … 16 16 --with-nspr-libs=${prefix}/lib/nspr 17 17 18 18 homepage http://pidgin-encrypt.sourceforge.net/ 19 master_sites sourceforge:project/pidgin-encrypt/Releases/${version} 20 19 21 platforms darwin 20 master_sites http://downloads.sourceforge.net/pidgin-encrypt/21 checksums md5 3f3f8e9a15d19e084d54bfbbd2db9d77 \22 sha1 bccad1c4ac0bec12e6837324f543ea60530d076123 22 23 checksums rmd160 b539075adf90b9edf8a204c2669661aa525cfc7b \ 24 sha256 940cdafdce59ece60193626ed04ebf94e2671df184b88c9ff1792e9e0f99cdab 25 26 # nss is not universal 27 universal_variant no 28 24 29 build.target 25 30 26 31 destroot { 27 32 xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/ 28 eval xinstall -m 755 ${worksrcpath}/.libs/encrypt.so ${destroot}${prefix}/lib/pidgin/ 29 eval xinstall -m 755 ${worksrcpath}/.libs/encrypt.la ${destroot}${prefix}/lib/pidgin/ 33 xinstall -m 755 -W ${worksrcpath}/.libs encrypt.so encrypt.la ${destroot}${prefix}/lib/pidgin/ 30 34 }