# -*- 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

PortSystem          1.0

name                pinpoint
version             0.1.8
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            http://wiki.gnome.org/Apps/Pinpoint
master_sites        gnome:sources/pinpoint/${branch}
use_xz              yes

checksums           rmd160  017087490e2905100aa981d9b9d3c19a17f54407 \
                    sha256  5a207dd1a35681b7268e6aa5ff9b2c5381f4cc63e5f2e5695997ca9d3264e8ca

depends_build       port:pkgconfig

depends_lib         port:clutter \
                    port:clutter-gtk \
                    port:clutter-gst3 \
                    path:lib/pkgconfig/cairo-pdf.pc:cairo \
                    path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \
                    path:lib/pkgconfig/librsvg-2.0.pc:librsvg

configure.args      --enable-dax=no \
                    --disable-silent-rules
                    
livecheck.type      gnome-with-unstable
