mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
972 B
Plaintext
31 lines
972 B
Plaintext
PortSystem 1.0
|
|
PortGroup bitbucket 1.0
|
|
PortGroup python 1.0
|
|
|
|
bitbucket.setup blacktrash muttils 1.3
|
|
epoch 1
|
|
categories mail
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
description Utilities for console mail clients
|
|
long_description \
|
|
This package provides utilities for use with console mail clients, e.g. \
|
|
Mutt. Includes sigpager, urlpager, urlbatcher, pybrowser, viewhtmlmsg, \
|
|
and wrap.
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 3293e0cc04b0fc17ed67c064be8def71ce46030a \
|
|
sha256 592542315eec829742d76a82bfded5eaa22af1a509310113ec3d8e014e3ece0a
|
|
|
|
python.default_version 27
|
|
|
|
post-destroot {
|
|
set examplesdir ${prefix}/share/examples/${name}
|
|
xinstall -m 755 -d ${destroot}${examplesdir}
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/contrib/example*] \
|
|
${destroot}${examplesdir}
|
|
}
|