New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79137


Ignore:
Timestamp:
06/02/11 19:25:58 (4 years ago)
Author:
snc@…
Message:

afni: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/afni/Portfile

    r79136 r79137  
    22# $Id$ 
    33 
    4 PortSystem      1.0 
     4PortSystem    1.0 
    55 
    6 name                    afni 
     6name                afni 
    77version             2010_10_19_1028 
    88revision            1 
    9 distname                AFNI_${version} 
    10 categories              science 
    11 maintainers             nomaintainer 
    12 description             Analysis of Functional Neuro Images 
    13 long_description        This is a port of AFNI, Advanced Functional Neuro \ 
     9distname            AFNI_${version} 
     10categories          science 
     11maintainers         nomaintainer 
     12description         Analysis of Functional Neuro Images 
     13long_description    This is a port of AFNI, Advanced Functional Neuro \ 
    1414                    Imaging.  AFNI is a tool for analyzing 3 dimensional \ 
    1515                    images, especially functional MRI images used in \ 
    1616                    brain mapping research. 
    17 homepage                http://afni.nimh.nih.gov/ 
     17homepage            http://afni.nimh.nih.gov/ 
    1818 
    1919platforms           darwin 
    20 depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \ 
     20depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \ 
    2121                    port:glib1 \ 
    2222                    port:openmotif 
    23 depends_run             port:netpbm \ 
    24                             port:jpeg \ 
    25                             port:whirlgif \ 
    26                             port:endian 
     23depends_run         port:netpbm \ 
     24                    port:jpeg \ 
     25                    port:whirlgif \ 
     26                    port:endian 
    2727 
    28 master_sites        http://afni.nimh.nih.gov/pub/dist/tgz/AFNI_ARCHIVE/ 
     28master_sites        http://afni.nimh.nih.gov/pub/dist/tgz/AFNI_ARCHIVE/ 
    2929dist_subdir         ${name}/${version}_${revision} 
    3030extract.suffix      .tgz 
     
    5050patchfiles          patch-Makefile.INCLUDE.diff 
    5151 
    52 use_configure       no 
     52use_configure       no 
    5353 
    5454if {${os.major} == 10} { 
     
    8383} 
    8484 
    85 pre-build       { 
     85pre-build    { 
    8686        # this appears to be Tiger-only, but i'm uncertain (predates me) 
    87                 if { ! [file exists "/usr/X11R6/lib/libGLw.a"] } { 
    88                     file copy ${distpath}/libGLw.a.tiger /usr/X11R6/lib/libGLw.a 
    89                 } 
    90                 #file copy -force ${distpath}/afni.1 ${workpath} 
    91                 #reinplace "s|%%PREFIX%%|${prefix}|g" ${workpath}/afni.1 
     87        if { ! [file exists "/usr/X11R6/lib/libGLw.a"] } { 
     88            file copy ${distpath}/libGLw.a.tiger /usr/X11R6/lib/libGLw.a 
     89        } 
     90        #file copy -force ${distpath}/afni.1 ${workpath} 
     91        #reinplace "s|%%PREFIX%%|${prefix}|g" ${workpath}/afni.1 
    9292} 
    93 build.target        all plugins 
     93build.target        all plugins 
    9494 
    9595destroot.target     vastness 
    9696post-destroot { 
    9797        # Deal with files that conflict with other ports 
    98                 eval file delete ${destroot}${prefix}/bin/cjpeg ${destroot}${prefix}/bin/djpeg \ 
    99                         ${destroot}${prefix}/bin/whirlgif 
    100                 file rename ${destroot}${prefix}/bin/abut ${destroot}${prefix}/bin/afni_abut 
     98        eval file delete ${destroot}${prefix}/bin/cjpeg ${destroot}${prefix}/bin/djpeg \ 
     99            ${destroot}${prefix}/bin/whirlgif 
     100        file rename ${destroot}${prefix}/bin/abut ${destroot}${prefix}/bin/afni_abut 
    101101 
    102102#        xinstall -d -m 755 ${destroot}${prefix}/lib/${name} 
     
    113113 
    114114# Install binaries and scripts 
    115 #               xinstall -d -m 755 ${destroot}${prefix}/bin 
    116 #               eval xinstall -m 755 [glob ${worksrcpath}/macosx_bin/*] ${destroot}${prefix}/bin 
     115#        xinstall -d -m 755 ${destroot}${prefix}/bin 
     116#        eval xinstall -m 755 [glob ${worksrcpath}/macosx_bin/*] ${destroot}${prefix}/bin 
    117117} 
    118118 
Note: See TracChangeset for help on using the changeset viewer.