Ticket #42254: Portfile

File Portfile, 1.2 KB (added by juanrgar (Juan R. García Blanco), 11 years ago)

gfbgraph Portfile

Line 
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
4PortSystem          1.0
5
6name                gfbgraph
7version             0.2.2
8license             GPL-2.1
9set branch          [join [lrange [split ${version} .] 0 1] .]
10description         A GObject library for Facebook Graph API.
11long_description    ${description}
12
13maintainers         gmail.com:juanrgar openmaintainer
14categories          gnome
15platforms           darwin
16homepage            https://www.gnome.org
17master_sites        gnome:sources/${name}/${branch}/
18
19use_xz              yes
20
21checksums           rmd160  eed79e914ed829fc2389f5291acf0fc5e2bd63ad \
22                    sha256  66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4
23
24depends_build       port:pkgconfig
25
26depends_lib         port:glib2 \
27                    port:rest \
28                    port:json-glib \
29                    port:libsoup \
30                    port:gnome-online-accounts \
31                    port:gobject-introspection
32
33configure.args      --enable-introspection=yes \
34                    --disable-silent-rules
35
36livecheck.type  gnome