# -*- 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
# $Id: Portfile 118799 2014-04-11 00:14:57Z sean@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        neilbrown wiggle 920f58a366c3
version             1.0
revision            2

categories          devel
license             GPL-2+
platforms           darwin
supported_archs     noarch
maintainers         sean openmaintainer

description         apply rejected patches and perform word-wise diffs
long_description    ${description}

checksums           rmd160  f3029a090653246e9d0a6a92c32eb913acebec53 \
                    sha256  dfcdaaecc2049ceb5064b087d85d9bb6074643b96e08ee462e92be46b83f0a86

depends_build       path:libexec/gnubin/install:coreutils
depends_lib         port:ncurses

use_configure       no

build.env-append    CC=${configure.cc}

destroot.post_args-append \
                    BINDIR=${prefix}/bin MANDIR=${prefix}/share/man \
                    INSTALL=${prefix}/libexec/gnubin/install
