# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 88459 2012-01-03 03:24:20Z ryandesign@macports.org $

PortSystem          1.0

name                symlinks
version             1.4
categories          sysutils
platforms           darwin
maintainers         alum.wpi.edu:arno+macports openmaintainer
license             Permissive

description         scan/change symbolic links

long_description    Scans directories for symbolic links, and identifies \
                    dangling, relative, absolute, messy, and other_fs \
                    links. Can optionally change absolute links to \
                    relative within a given filesystem. Recommended for \
                    use by anyone developing and/or maintaining a Linux \
                    FTP site or distribution or CD-ROM.

homepage            http://www.freshports.org/sysutils/symlinks/
master_sites        http://www.ibiblio.org/pub/Linux/utils/file/ freebsd

checksums           rmd160  7ccfe8f489b7e2b6d9dff7c5740f3b67be421903 \
                    sha256  b0bb689dd0a2c46d9a7dd111b053707aba7b9cf29c4f0bad32984b14bdbe0399

patchfiles          patch-symlinks.c.diff \
                    patch-Makefile.diff

use_configure       no

variant universal {}

build.args          CC="${configure.cc} [get_canonical_archflags]"

destroot.args       PREFIX=${prefix}
