Ticket #11163: Portfile-LyX-1.5.3.diff

File Portfile-LyX-1.5.3.diff, 992 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)

untested update to 1.5.3

  • Portfile

     
    11# $Id$
    22PortSystem      1.0
    33name                    LyX
    4 version         1.4.0pre3
     4version         1.5.3
    55platforms               darwin
    66categories      aqua
    77maintainers     rsorasen@broadpark.no
     
    1414                                leaving details of visual layout to the software.
    1515
    1616homepage                http://www.lyx.org
    17 master_sites    ftp://ftp.devel.lyx.org/pub/lyx/pre/
     17master_sites    ftp://ftp.lyx.org/pub/lyx/stable/
     18use_bzip2               yes
    1819distname                lyx-${version}
    19 checksums               ${distname}${extract.suffix} sha1 4f59ca18516672af3df93706aba4914c3484ba4f
    20 worksrcdir      lyx-${version}
     20checksums               sha1 828c7e03329cf65dcc9331fdf00b73cc8367e4f9
    2121depends_lib     lib:libqt.3.3:qt3-mac
    2222
    2323patchfiles      patch-ltmain.sh
    2424
    25 configure.compiler      gcc-3.3
    2625configure.cppflags      "-I${prefix}/include/qt3"
    2726configure.ldflags       "-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz"
    2827configure.env   QTDIR="${prefix}"