1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name seed |
---|
6 | version 3.8.1 |
---|
7 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
8 | description GObject JavaScriptCore bridge |
---|
9 | long_description \ |
---|
10 | GObject JavaScriptCore bridge |
---|
11 | |
---|
12 | maintainers nomaintainer |
---|
13 | categories gnome |
---|
14 | platforms darwin |
---|
15 | license LGPL-2 |
---|
16 | homepage http://live.gnome.org/Seed |
---|
17 | master_sites gnome:sources/${name}/${branch}/ |
---|
18 | use_xz yes |
---|
19 | |
---|
20 | checksums md5 f5afeb04343e0cb56d2396f0d0458988 \ |
---|
21 | sha1 1c4498c0ae2c17652a1e89caa93351e6df91d587 \ |
---|
22 | rmd160 8449a20e3f54c69de4fadde957e600e9de7b2ecd |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:intltool |
---|
26 | |
---|
27 | depends_lib port:gobject-introspection \ |
---|
28 | port:gettext \ |
---|
29 | port:readline \ |
---|
30 | port:gnome-js-common \ |
---|
31 | port:cairo \ |
---|
32 | port:webkit-gtk3 \ |
---|
33 | port:dbus-glib \ |
---|
34 | port:libffi \ |
---|
35 | port:mpfr \ |
---|
36 | port:libxml2 \ |
---|
37 | port:sqlite3 |
---|
38 | |
---|
39 | configure.args --disable-gettext-module |
---|
40 | |
---|
41 | livecheck.type gnome |
---|
42 | |
---|