Ticket #21333: Portfile

File Portfile, 1.4 KB (added by pf_moll@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem                              1.0
4name                    bluefish-unstable
5version                 1.3.6
6categories              editors www
7platforms               darwin
8maintainers             nomaintainer
9homepage                http://bluefish.openoffice.nl/
10description             A powerful editor for web designers
11       
12long_description        Bluefish is a powerful editor for experienced web designers and \
13                                programmers. Bluefish supports many programming and markup languages \
14                                but it focuses on editing dynamic and interactive websites.
15       
16master_sites            http://www.bennewitz.com/bluefish/devel/source/
17                               
18checksums               sha1 7d0e9e23da15e0dce3a36f67422afd2aab7e323e
19       
20depends_lib             port:gtk2 \
21                            port:pcre
22       
23configure.args          --mandir=${prefix}/share/man \
24                            --infodir=${prefix}/share/info \
25                            --sysconfdir=${prefix}/etc \
26                            --with-icon-path=${prefix}/share/pixmaps \
27                            --without-freedesktop_org-menu \
28                            --without-freedesktop_org-mime \
29                            --without-gnome2_4-mime \
30                            --without-gnome2_4-appreg
31       
32destroot.destdir        DESTDIR=${destroot}
33       
34variant nosplash        { configure.args-append --disable-splash-screen }
35       
36variant tidy            { depends_run           bin:tidy:tidy }