Ticket #29018: glw-7.8.2.diff
File glw-7.8.2.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name glw 6 version 7.2 7 revision 1 6 version 7.8.2 8 7 categories x11 devel graphics 9 8 maintainers css 10 9 description Mesa OpenGL widget library … … 16 15 distname MesaLib-${version} 17 16 dist_subdir mesa 18 17 use_bzip2 yes 19 use_autoconf yes20 18 21 checksums md5 04d379292e023df0b0266825cb0dbde5 \ 22 sha1 a6dce814cc56a562890ab79cf4e205f62459a29c \ 23 rmd160 1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832 19 checksums sha1 21de672a1cbe307135d7f172dc6952041a38e1c7 \ 20 rmd160 d06c95bc36304b8ef72211b5defd3ac338fe7956 24 21 25 universal_variant no26 27 22 depends_lib port:xorg-libsm \ 28 23 port:mesa \ 29 24 lib:libXm:openmotif … … 35 30 worksrcdir Mesa-${version} 36 31 build.dir ${worksrcpath}/src/glw 37 32 build.target 38 39 platform darwin {40 post-configure {41 reinplace "s|\.so$|\.dylib|g" ${worksrcpath}/configs/current42 reinplace "s|\$(GLW_LIB_NAME)\\*|libGLw.\*dylib|g" ${worksrcpath}/configs/default43 }44 }