mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 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 github 1.0
|
|
PortGroup legacysupport 1.1
|
|
PortGroup makefile 1.0
|
|
|
|
# _strnlen, _strndup, _getdelim
|
|
legacysupport.newest_darwin_requires_legacy 10
|
|
|
|
github.setup leahneukirchen mblaze 1.4 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description Unix utilities to deal with Maildir
|
|
|
|
long_description The mblaze message system is a set of Unix utilities for \
|
|
processing and interacting with mail messages which are \
|
|
stored in maildir folders.
|
|
|
|
categories mail
|
|
installs_libs no
|
|
license public-domain
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 f379e6c524abf07239b29d99f1885079ded613ee \
|
|
sha256 7bb6f2b3f9e31963e3d38c3f4a0a07ae67190b131712f4f94bf37fb87f98a41b \
|
|
size 105091
|
|
|
|
# It installs /opt/local/bin/mdate and /opt/local/bin/msort binaries.
|
|
conflicts mdate msort
|
|
|
|
patch {
|
|
# Allow PREFIX to be overridden
|
|
reinplace -E {s|^PREFIX=|PREFIX?=|} ${worksrcpath}/GNUmakefile
|
|
|
|
# Remove optimization
|
|
reinplace -E {s|^(CFLAGS.*) -O2|\1|} ${worksrcpath}/GNUmakefile
|
|
}
|