# -*- 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 74649 2010-12-26 18:03:16Z ryandesign@macports.org $

PortSystem      1.0

name            cedet-devel
replaced_by     cedet
version         1.0
categories      editors
platforms       darwin
maintainers     nomaintainer
description     Infrastructure for parser based text analysis in Emacs

long_description \
    Semantic is an infrastructure for parser based text analysis in Emacs. \
    It is a lexer, parser-generator, and parser. It is written in Emacs \
    Lisp and is customized to the way Emacs thinks about language files, \
    and is optimized to use Emacs' parsing capabilities.

homepage        http://cedet.sourceforge.net/
distfiles

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

livecheck.type  none
