mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.4 KiB
Tcl
46 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
PortGroup legacysupport 1.1
|
|
PortGroup openssl 1.0
|
|
|
|
# utimensat
|
|
legacysupport.newest_darwin_requires_legacy 16
|
|
legacysupport.redirect_bins nmail
|
|
|
|
github.setup d99kris nmail 5.11.4 v
|
|
revision 0
|
|
categories mail sysutils
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Terminal-based e-mail client
|
|
long_description {*}${description} for macOS and Linux.
|
|
checksums rmd160 c6d32be242f477ee0b6fd288ea18010c08f9d0d5 \
|
|
sha256 452922112dd19770b06cee61c8bd6fc34899c5b3727a275f8d7c1de6b372fd74 \
|
|
size 1900936
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:cyrus-sasl2 \
|
|
port:libetpan \
|
|
port:libmagic \
|
|
port:ncurses \
|
|
port:ossp-uuid \
|
|
port:sqlite3 \
|
|
port:xapian-core
|
|
|
|
compiler.cxx_standard 2014
|
|
|
|
set py_ver 3.12
|
|
set py_ver_nodot [string map {. {}} ${py_ver}]
|
|
|
|
configure.python ${prefix}/bin/python${py_ver}
|
|
|
|
depends_run-append port:python${py_ver_nodot}
|
|
|
|
post-patch {
|
|
reinplace "s|/usr/bin/env python3|${configure.python}|" \
|
|
${worksrcpath}/src/oauth2nmail
|
|
}
|