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