# -*- 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 104037 2013-03-13 15:54:40Z larryv@macports.org $

PortSystem              1.0

name                    dragonegg-devel
version                 3.0
revision                1
categories              lang
platforms               darwin
maintainers             nomaintainer
license                 GPL-2

description             DragonEgg is a LLVM plug-in for GCC 4.5 or +
long_description        DragonEgg replaces GCC optimizers and code generators \
                        by the LLVM optimizing infrastructure. It supersedes \
                        llvm-gcc.

homepage                http://dragonegg.llvm.org/

replaced_by             dragonegg-3.0

distfiles

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

