# -*- 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 66094 2010-04-06 03:37:53Z jmr@macports.org $

PortSystem              1.0

name                    glut
version                 3.7
revision                3
maintainers             nomaintainer
categories              graphics x11
platforms               darwin
master_sites            http://www.opengl.org/resources/libraries/glut/
homepage                http://www.opengl.org/resources/libraries/glut.html

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

distfiles

build           { }
destroot        {
	xinstall -d ${destroot}${prefix}/share/doc/${name}
	system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}
if {[info exists supported_archs]} {
    supported_archs noarch
}
use_configure no
#disable livecheck
livecheck.type  none
