Ticket #32163: Portfile.diff

File Portfile.diff, 1004 bytes (added by rudloff@…, 12 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 86632 2011-10-30 12:24:57Z ryandesign@macports.org $
    22
    33PortSystem              1.0
     4PortGroup               app 1.0
    45
    56name                    bluefish
    67conflicts               bluefish-devel
    78version                 2.0.3
     9revision                1
    810categories              editors www
    911platforms               darwin
    1012maintainers             nomaintainer
     
    4951
    5052destroot.destdir        DESTDIR=${destroot}
    5153
     54post-destroot {
     55    xinstall -d ${destroot}${prefix}/share/applications/
     56    xinstall ${filespath}/bluefish.desktop ${destroot}${prefix}/share/applications/
     57}
     58
    5259variant nosplash {
    5360    configure.args-append --disable-splash-screen
    5461}
     
    6168variant tidy {
    6269    depends_run bin:tidy:tidy
    6370}
     71
     72app.icon                                                images/bluefish-icon_128.png