1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gfbgraph |
---|
7 | version 0.2.2 |
---|
8 | license GPL-2.1 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description A GObject library for Facebook Graph API. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | maintainers gmail.com:juanrgar openmaintainer |
---|
14 | categories gnome |
---|
15 | platforms darwin |
---|
16 | homepage https://www.gnome.org |
---|
17 | master_sites gnome:sources/${name}/${branch}/ |
---|
18 | |
---|
19 | use_xz yes |
---|
20 | |
---|
21 | checksums rmd160 eed79e914ed829fc2389f5291acf0fc5e2bd63ad \ |
---|
22 | sha256 66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4 |
---|
23 | |
---|
24 | depends_build port:pkgconfig |
---|
25 | |
---|
26 | depends_lib port:glib2 \ |
---|
27 | port:rest \ |
---|
28 | port:json-glib \ |
---|
29 | port:libsoup \ |
---|
30 | port:gnome-online-accounts \ |
---|
31 | port:gobject-introspection |
---|
32 | |
---|
33 | configure.args --enable-introspection=yes \ |
---|
34 | --disable-silent-rules |
---|
35 | |
---|
36 | livecheck.type gnome |
---|