1 | # $Id$ |
---|
2 | # PortFile for the uzbl browser |
---|
3 | # Aaron Griffin <aaronmgriffin@gmail.com> |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name uzbl |
---|
8 | version 20090616 #Change to rebuild |
---|
9 | categories www |
---|
10 | maintainers aaronmgriffin@gmail.com |
---|
11 | description Uzbl Web Browser |
---|
12 | long_description A browser that adheres to the unix philosophy. |
---|
13 | homepage http://www.uzbl.org/ |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | fetch.type git |
---|
17 | git.url git://github.com/Dieterbe/uzbl.git |
---|
18 | git.branch origin/master |
---|
19 | |
---|
20 | use_configure no |
---|
21 | |
---|
22 | destroot.args PREFIX=${destroot}${prefix} |
---|
23 | |
---|
24 | depends_lib port:gtk2 \ |
---|
25 | port:webkit-gtk \ |
---|
26 | port:libsoup |
---|
27 | |
---|
28 | depends_build port:pkgconfig |
---|