# -*- 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 github.setup aperezdc notmuch-addrlookup-c 8 v name notmuch-addrlookup categories mail platforms darwin license GPL-3+ maintainers nomaintainer description Address lookup tool for Notmuch in C using GLib and libnotmuch long_description ${description} checksums rmd160 55222d0857ec2da40201401d3757dc1e0aea4748 \ sha256 6c587a68f4c807b20873cbaf237916680f00340db5bc174c0faa48597f549baf depends_build port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:notmuch use_configure no build.env-append "CC=${configure.cc} [get_canonical_archflags cc]" destroot { copy ${worksrcpath}/${name} ${destroot}${prefix}/bin }