1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name bluefish-unstable |
---|
5 | version 1.3.6 |
---|
6 | categories editors www |
---|
7 | platforms darwin |
---|
8 | maintainers nomaintainer |
---|
9 | homepage http://bluefish.openoffice.nl/ |
---|
10 | description A powerful editor for web designers |
---|
11 | |
---|
12 | long_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 | |
---|
16 | master_sites http://www.bennewitz.com/bluefish/devel/source/ |
---|
17 | |
---|
18 | checksums sha1 7d0e9e23da15e0dce3a36f67422afd2aab7e323e |
---|
19 | |
---|
20 | depends_lib port:gtk2 \ |
---|
21 | port:pcre |
---|
22 | |
---|
23 | configure.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 | |
---|
32 | destroot.destdir DESTDIR=${destroot} |
---|
33 | |
---|
34 | variant nosplash { configure.args-append --disable-splash-screen } |
---|
35 | |
---|
36 | variant tidy { depends_run bin:tidy:tidy } |
---|