Ticket #38444: patch-kilePortfile.diff

File patch-kilePortfile.diff, 1.3 KB (added by NicosPavlov, 10 years ago)
  • Portfile

     
    22
    33PortSystem          1.0
    44
     5replaced_by         kde4-kile
     6PortGroup           obsolete 1.0
    57name                kile
    68version             2.0.1
     9revision            1
    710categories          tex
    8 maintainers         gmx.de:zweistein12
    911
    10 description         KDE Integrated LaTeX Environment
    11 long_description    Kile is a user friendly TeX/LaTeX editor for the KDE desktop \
    12                     environment. KDE is available for many architectures such as \
    13                     PC, PowerPC (Mac for example) and SPARC.
    14 
    15 homepage            http://kile.sourceforge.net/
    16 platforms           darwin
    17 master_sites        sourceforge
    18 
    19 checksums           md5 1d18762b6c62fb58123b1a89bdd39fb1
    20 
    21 depends_lib         port:kdelibs3
    22 
    23 configure.args       --without-arts --with-qt-libraries=${prefix}/lib/
    24 use_bzip2           yes
    25 
    26 patchfiles          patch-src-kile-syntax-Makefile.diff
    27 
    28 platform darwin 9 {
    29     # http://developer.apple.com/qa/qa2007/qa1567.html
    30         configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    31 }
    32