Ticket #32163: Portfile.diff
File Portfile.diff, 1004 bytes (added by rudloff@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 86632 2011-10-30 12:24:57Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name bluefish 6 7 conflicts bluefish-devel 7 8 version 2.0.3 9 revision 1 8 10 categories editors www 9 11 platforms darwin 10 12 maintainers nomaintainer … … 49 51 50 52 destroot.destdir DESTDIR=${destroot} 51 53 54 post-destroot { 55 xinstall -d ${destroot}${prefix}/share/applications/ 56 xinstall ${filespath}/bluefish.desktop ${destroot}${prefix}/share/applications/ 57 } 58 52 59 variant nosplash { 53 60 configure.args-append --disable-splash-screen 54 61 } … … 61 68 variant tidy { 62 69 depends_run bin:tidy:tidy 63 70 } 71 72 app.icon images/bluefish-icon_128.png