# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup atextor icat 0.3 v maintainers g5pw categories textproc description icat (Image cat) outputs images in 256-color capable terminals. long_description ${description} platforms darwin depends_lib port:imlib2 checksums rmd160 33663d6ef94f3b6ca993ea628ea707eca8931913 \ sha256 eb027b0283b6e42bb5dcccd1673a244ec33eff57cbc9ca94b636841b45359a71 use_configure no variant universal {} # Ensure we are UsingTheRightCompiler build.args-append GCC="${configure.cc} [get_canonical_archflags]" \ LDFLAGS+="-L${prefix}/lib -lImlib2" destroot { xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin }