Changeset 2111 for trunk/dports


Ignore:
Timestamp:
Mar 1, 2003, 7:58:55 AM (21 years ago)
Author:
michaelm
Message:

formating cleaned up, email changed over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/g77/Portfile

    r2090 r2111  
    11PortSystem 1.0
    22
    3 name            g77
    4 version         3.1-20020420
     3name            g77
     4version         3.1-20020420
     5description     gnu fortran 77 comiler
     6platforms       darwin
     7categories      lang
     8maintainers     michaelm@opendarwin.org
     9master_sites    http://distfiles.opendarwin.org/ \
     10                  http://darwinports.gene-hacker.net/files/ \
     11                  http://west.dl.sourceforge.net/sourceforge/fink/
    512
    6 description             gnu fortran 77 comiler
    7 platforms               darwin
    8 categories              lang
    9 
    10 maintainers             mike+g77@gene-hacker.net
    11 
    12 master_sites    http://distfiles.opendarwin.org/ \
    13                 http://darwinports.gene-hacker.net/files/ \
    14                 http://west.dl.sourceforge.net/sourceforge/fink/
    15 
    16 distname                gcc-3.1-20020420-1151
    17 worksrcdir              gcc3
    18 
    19 checksums               md5 62f378e83bc60942cbf664d17994eafe
    20 patchfiles              patch-configure.in
    21 
    22 configure.args  --enable-languages=f77 --infodir='${prefix}/share/info'
    23 
    24 pre-configure   {system "cd ${workpath} && mkdir -p darwin"}
    25 
    26 configure.dir   ${workpath}/darwin
    27 configure.cmd   ../gcc3/configure
    28 
    29 build.dir               ${workpath}/darwin
     13distname        gcc-3.1-20020420-1151
     14worksrcdir      gcc3
     15checksums       md5 62f378e83bc60942cbf664d17994eafe
     16patchfiles      patch-configure.in
     17pre-configure   { system "cd ${workpath} && mkdir -p darwin"}
     18configure.dir   ${workpath}/darwin
     19configure.cmd   ../gcc3/configure
     20configure.args  --enable-languages=f77 --infodir='${prefix}/share/info'
     21build.dir       ${workpath}/darwin
    3022build.target    bootstrap-lean
    31 
    3223install.target  install prefix=${destroot}${prefix}
    3324
    3425
    35 post-install system "cd ${destroot}${prefix}/bin && /bin/rm -f gcc gccbug cpp gcov powerpc-apple*"
    36                                 system "ln -s ${destroot}${prefix}/lib/gcc-lib/powerpc-apple-darwin6.0/3.1/include/g2c.h ${destroot}${prefix}/include/g2c.h"
    37                                 system "/bin/rm -rf ${destroot}${prefix}/share/locale ${destroot}${prefix}/man"
    38                                 system "/bin/rm -f ${destroot}${prefix}/lib/charset.alias"
    39                                 system "/bin/rm -f ${destroot}${prefix}/share/info/gcc* ${destroot}${prefix}/share/info/cpp*"
    40 }
     26post-install   { system "cd ${destroot}${prefix}/bin && /bin/rm -f gcc gccbug cpp gcov powerpc-apple*"
     27                   system "ln -s ${destroot}${prefix}/lib/gcc-lib/powerpc-apple-darwin6.0/3.1/include/g2c.h ${destroot}${prefix}/include/g2c.h"
     28                   system "/bin/rm -rf ${destroot}${prefix}/share/locale ${destroot}${prefix}/man"
     29                   system "/bin/rm -f ${destroot}${prefix}/lib/charset.alias"
     30                   system "/bin/rm -f ${destroot}${prefix}/share/info/gcc* ${destroot}${prefix}/share/info/cpp*"
     31               }
    4132
Note: See TracChangeset for help on using the changeset viewer.