# -*- 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 91307 2012-03-28 20:04:59Z jeremyhu@macports.org $

PortSystem 1.0

name            odcctools
set my_name     cctools
epoch           1
version         822
revision        3
categories      devel
maintainers     nomaintainer
homepage        http://opensource.apple.com/
platforms       darwin
license         apsl-2.0

description     Darwin cctools build system.
long_description \
    The odcctools project is geared towards improving the \
    Darwin cctools build system and code base to support \
    Darwin development. Darwin cctools has several \
    components, including the assembler odas(1), the \
    static linker odld(1), various tools for manipulating \
    and analyzing Mach-O and fat files, and support \
    libraries.

replaced_by         cctools

distfiles

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type          none
