# -*- 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$ 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" } use_configure no #disable livecheck livecheck.check none