New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/graphics/glut/Portfile

Revision 50211, 0.9 KB (checked in by devans@…, 2 months ago)

glut: just a stub so disable livecheck.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# -*- 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
2# $Id$
3
4PortSystem              1.0
5
6name                    glut
7version                 3.7
8revision                3
9maintainers             nomaintainer
10categories              graphics x11
11platforms               darwin
12master_sites            http://www.opengl.org/resources/libraries/glut/
13homepage                http://www.opengl.org/resources/libraries/glut.html
14
15description             stub package.  glut is now installed with the mesa port
16long_description        ${description}
17
18fetch           { }
19checksum        { }
20extract         { }
21patch           { }
22build           { }
23destroot        {
24        xinstall -d ${destroot}${prefix}/share/doc/${name}
25        system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
26}
27use_configure no
28#disable livecheck
29livecheck.check none
Note: See TracBrowser for help on using the browser.