Ticket #38673: Portfile

File Portfile, 943 bytes (added by gui-dos (Guido Soranzio), 11 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4
5name            gnome-js-common
6version         0.1.2
7set branch      [join [lrange [split ${version} .] 0 1] .]
8maintainers     nomaintainer
9categories      gnome
10platforms       darwin
11license         GPL-3
12installs_libs   no
13supported_archs noarch
14
15description     Common modules for GNOME JavaScript bindings
16
17long_description \
18                gnome-js-common provides tests and JavaScript code \
19                useful or common to both Seed and Gjs.
20
21homepage        http://live.gnome.org/Seed/
22master_sites    gnome:sources/${name}/${branch}/
23use_bzip2       yes
24
25checksums       md5     a4147d24622ab0f1d01e9921a3bf501b \
26                sha1    f3771ad53e158443ffe84b5d86fb2ce73417a69d \
27                rmd160  2eab2fd3c3365259549826b5504beafc5b0956c1
28
29depends_build   port:autoconf \
30                port:pkgconfig \
31                port:intltool \
32                port:gettext
33
34livecheck.type  gnome
35