# -*- 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 90885 2012-03-17 01:13:02Z jeremyhu@macports.org $

PortSystem              1.0

name                    glut
replaced_by             freeglut
version                 3.7
revision                4
maintainers             nomaintainer
categories              graphics x11
platforms               darwin

homepage                http://www.opengl.org/resources/libraries/glut.html

description             stub package.  glut is now installed with the mesa port
long_description        ${description}

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
