You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name pidgin-encryption
|
|
version 3.1
|
|
categories net
|
|
maintainers reifferscheid.org:rsync
|
|
license GPL-2
|
|
description Pidgin encryption plugin
|
|
depends_build port:pkgconfig
|
|
depends_lib port:nss port:pidgin
|
|
|
|
long_description ${description}
|
|
configure.args --with-nss-includes=${prefix}/include/nss \
|
|
--with-nss-libs=${prefix}/lib/nss \
|
|
--with-nspr-includes=${prefix}/include/nspr \
|
|
--with-nspr-libs=${prefix}/lib/nspr
|
|
|
|
homepage http://pidgin-encrypt.sourceforge.net/
|
|
master_sites sourceforge:project/pidgin-encrypt/Releases/${version}
|
|
|
|
platforms darwin
|
|
|
|
checksums rmd160 b539075adf90b9edf8a204c2669661aa525cfc7b \
|
|
sha256 940cdafdce59ece60193626ed04ebf94e2671df184b88c9ff1792e9e0f99cdab
|
|
|
|
# nss is not universal
|
|
universal_variant no
|
|
|
|
patchfiles patch-glib-2.32.diff
|
|
|
|
build.target
|
|
|
|
destroot {
|
|
xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/
|
|
xinstall -m 755 -W ${worksrcpath}/.libs encrypt.so encrypt.la ${destroot}${prefix}/lib/pidgin/
|
|
}
|
|
|
|
livecheck.type sourceforge
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|