# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 119009 2014-04-15 04:48:43Z devans@macports.org $

PortSystem          1.0

name                pinpoint
version             0.1.4
revision            5
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          office multimedia
platforms           darwin
maintainers         adrianomelo.com:adriano
license             LGPL-2.1+

description         A tool for making hackers do excellent presentations

long_description    Pinpoint is a simple presentation tool that hopes to \
                    avoid audience death by bullet point and instead \
                    encourage presentations containing beautiful images \
                    and small amounts of concise text in slides.

homepage            https://live.gnome.org/Pinpoint
master_sites        gnome:sources/pinpoint/${branch}
use_xz              yes

checksums           rmd160  33e9c6f0e8d80184aa67e10c5d6404aa3807939d \
                    sha256  4559155e9dc61ee47256ef7f5b73e4cdecbfc1b2bd6b0a1ab45dfee64ae8b92b

depends_build       port:pkgconfig

depends_lib         port:clutter \
                    port:clutter-gst \
                    port:gdk-pixbuf2

configure.args      --disable-silent-rules

livecheck.type      regex
livecheck.regex     {latest released version is ([0-9.]+)}
