You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.4 KiB
Tcl
45 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup gobject_introspection 1.0
|
|
|
|
name gfbgraph
|
|
version 0.2.5
|
|
revision 1
|
|
license LGPL-2.1
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
description A GObject library for Facebook Graph API.
|
|
long_description {*}${description}
|
|
|
|
maintainers {devans @dbevans} openmaintainer
|
|
categories gnome
|
|
homepage https://www.gnome.org
|
|
master_sites gnome:sources/${name}/${branch}/
|
|
|
|
use_xz yes
|
|
|
|
checksums rmd160 f7efdc056dfb20ed00f5ec30f8194049a84f4e89 \
|
|
sha256 9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3 \
|
|
size 283632
|
|
|
|
depends_build port:pkgconfig \
|
|
port:gtk-doc
|
|
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:gnome-online-accounts \
|
|
port:json-glib \
|
|
port:libsoup-2.4 \
|
|
port:rest-0.7
|
|
|
|
patchfiles patch-Makefile.am.diff
|
|
|
|
gobject_introspection yes
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
|
|
configure.args --disable-silent-rules \
|
|
--enable-gtk-doc
|
|
|
|
livecheck.type gnome
|