Ticket #30138: PortFile

File PortFile, 850 bytes (added by j@…, 13 years ago)

the macPort file in question

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