# -*- 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 82069 2011-08-07 10:21:25Z jmr@macports.org $

PortSystem          1.0

name                py25-macholib-devel
replaced_by         py25-macholib
version             1.2.1
revision            2
categories          python devel
maintainers         nomaintainer
description         stub port, use $replaced_by instead
long_description \
    This is a stub port. Install $replaced_by instead. \
    macholib can be used to analyze and edit Mach-O headers, the executable \
    format used by Mac OS X. \
    It is typically used as a dependency analysis tool, and also to rewrite \
    dylib references in Mach-O headers to be @executable_path relative. \
    Though this tool targets a platform specific file format, it is pure \
    python code that is platform and endian independent.

platforms       darwin
supported_archs noarch

homepage        http://undefined.org/python/#macholib
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
