# -*- 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 118596 2014-04-05 16:19:32Z yeled@macports.org $

PortSystem          1.0

name                rdfind
version             1.3.4
categories          sysutils
license             GPL-2
maintainers         nomaintainer
description         duplicate file finder
long_description    finds and optionally deletes, or symlinks equal files \
                    on a filesystem
homepage            http://rdfind.pauldreik.se/
platforms           darwin
master_sites        ${homepage}

checksums           rmd160  6bc32205392d4142b53ddc442f8e8ccbf39a097a \
                    sha1    c01bd2910cdec885b6c24164a389457e4f01ef61 \
                    sha256  a5f0b3f72093d927b93898c993479b35682cccb47f7393fb72bd4803212fcc7d
depends_lib         port:nettle

configure.args     CPPFLAGS=-I${prefix}/include/ \
                   LDFLAGS=-L${prefix}/lib

