Changeset 98506


Ignore:
Timestamp:
Oct 7, 2012, 6:08:37 PM (12 years ago)
Author:
blair@…
Message:

ftgl: whitespace cleanup: convert from tabs to spaces, use consistent indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/ftgl/Portfile

    r98505 r98506  
    22# $Id$
    33
    4 PortSystem      1.0
     4PortSystem      1.0
    55
    6 name            ftgl
    7 version         2.1.3-rc5
    8 set my_version  [strsed ${version} g/-/~/]
    9 platforms       darwin
    10 categories      graphics
    11 license         MIT
    12 maintainers             blair free.fr:krugazor openmaintainer
    13 description             Freetype / OpenGL bridge
     6name            ftgl
     7version         2.1.3-rc5
     8set my_version  [strsed ${version} g/-/~/]
     9platforms       darwin
     10categories      graphics
     11license         MIT
     12maintainers     blair free.fr:krugazor openmaintainer
     13description     Freetype / OpenGL bridge
    1414
    15 long_description        FTGL takes freetype fonts, decodes them,\
    16                         and generate an OpenGL object out of it.\
    17                         It supports a lot of rendering modes
     15long_description \
     16    FTGL takes freetype fonts, decodes them, and generate an OpenGL \
     17    object out of it.  It supports a lot of rendering modes.
    1818
    19 homepage                http://ftgl.wiki.sourceforge.net/
    20 checksums               md5 fcf4d0567b7de9875d4e99a9f7423633
    21                        
    22 master_sites            sourceforge
     19homepage        http://ftgl.wiki.sourceforge.net/
     20checksums       md5 fcf4d0567b7de9875d4e99a9f7423633
     21           
     22master_sites    sourceforge
    2323
    24 depends_lib             port:freetype
     24depends_lib     port:freetype
    2525
    26 depends_build           port:gsed
     26depends_build   port:gsed
    2727
    28 worksrcdir              ${name}-${my_version}
     28worksrcdir      ${name}-${my_version}
    2929
    30 patchfiles              patch-docs-Makefile.in.diff
     30patchfiles      patch-docs-Makefile.in.diff
    3131
    32 # Note, this package finds OpenGL.framework... perhaps there should be an x11 variant for mesa?
     32# Note, this package finds OpenGL.framework... perhaps there should be
     33# an x11 variant for mesa?
    3334
    3435# Skip building the example program by failing to find GLUT
    35 configure.args          --with-glut-inc=/dev/null --with-glut-lib=/dev/null
     36configure.args  --with-glut-inc=/dev/null --with-glut-lib=/dev/null
    3637
    3738variant doc description {build documentation} {
    38     depends_build-append        bin:doxygen:doxygen \
    39                                 bin:dvips:texlive-basic \
    40                                 bin:pdflatex:texlive-latex \
    41                                 bin:epstopdf:texlive-fontutils \
    42                                 bin:convert:ImageMagick
    43 }
    44 if {![variant_isset doc]} {
    45     configure.args-append       ac_cv_path_DOXYGEN=no \
    46                                 ac_cv_path_DVIPS=no \
    47                                 ac_cv_path_LATEX=no \
    48                                 ac_cv_path_KPSEWHICH=no \
    49                                 ac_cv_path_EPSTOPDF=no \
    50                                 ac_cv_path_CONVERT=no
     39    depends_build-append    bin:doxygen:doxygen \
     40                            bin:dvips:texlive-basic \
     41                            bin:pdflatex:texlive-latex \
     42                            bin:epstopdf:texlive-fontutils \
     43                            bin:convert:ImageMagick
    5144}
    5245
    53 livecheck.version       ${my_version}
    54 livecheck.distname      FTGL Source
     46if {![variant_isset doc]} {
     47    configure.args-append   ac_cv_path_DOXYGEN=no \
     48                            ac_cv_path_DVIPS=no \
     49                            ac_cv_path_LATEX=no \
     50                            ac_cv_path_KPSEWHICH=no \
     51                            ac_cv_path_EPSTOPDF=no \
     52                            ac_cv_path_CONVERT=no
     53}
     54
     55livecheck.version   ${my_version}
     56livecheck.distname  FTGL Source
Note: See TracChangeset for help on using the changeset viewer.