Ticket #29327: Portfile.diff
File Portfile.diff, 849 bytes (added by howarth@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name glew 7 7 version 1.6.0 8 revision 1 8 9 categories graphics devel 9 10 platforms darwin 10 11 license GPL-2+ BSD MIT … … 24 25 sha1 ed555d15d0f01239b262c4cf803e97d60d8a18b6 \ 25 26 rmd160 5b896cb9bf3b2058cc6a5e167d64bae04b46eb6c 26 27 27 patchfiles config_Makefile.darwin.patch 28 patchfiles config_Makefile.darwin.patch soname_linkage.diff 28 29 29 30 post-patch { 30 31 reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/config/Makefile.darwin … … 54 55 if {${os.subplatform} != "macosx"} { 55 56 default_variants +x11 56 57 } 58 59 post-destroot { 60 ln -s libGLEW.${version}.dylib ${destroot}${prefix}/lib/libGLEW.1.6.dylib 61 }