public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
make lint happy


git-svn-id: http://svn.macports.org/repository/macports/trunk@36294 
d073be05-634f-4543-b044-5fe20cf6d1d6
Jochen Küpper (author)
Fri Apr 25 14:11:59 -0700 2008
commit  b999b6d0ea1cfa20ebe58cb0338de4ab76706b9a
tree    ed45b308477bb7a26b360a909cf86b76d354d4c9
parent  a784a165b5a28015ba143da5467151d0d0683f66
...
33
34
35
 
36
37
38
...
49
50
51
52
 
53
54
55
...
60
61
62
63
 
64
65
66
...
33
34
35
36
37
38
39
...
50
51
52
 
53
54
55
56
...
61
62
63
 
64
65
66
67
0
@@ -33,6 +33,7 @@
0
                     Please register your copy of molden at: \
0
                     http://www.cmbi.ru.nl/molden/form.html
0
 
0
+platforms darwin
0
 depends_build port:gmake
0
 depends_lib port:gcc43 lib:libX11.6:XFree86
0
 patchfiles patch-makefile.diff
0
@@ -49,7 +50,7 @@
0
     xinstall -W ${worksrcpath} REGISTER ${destroot}${prefix}/share/doc/molden/
0
     if { [variant_isset opengl] } {
0
         xinstall -W ${worksrcpath} moldenogl ${destroot}${prefix}/bin
0
- }
0
+ }
0
 }
0
 
0
 post-install { ui_msg "**************************************************"
0
@@ -60,7 +61,7 @@
0
                       ui_msg "**************************************************"
0
                     }
0
 
0
-variant opengl {
0
+variant opengl description "Install moldenogl OpenGL helper program" {
0
     depends_lib-append port:glut
0
     build.target-append moldenogl
0
 }

Comments

    No one has commented yet.