Last change
on this file was
141458,
checked in by devans@…, 3 years ago
|
pinpoint: update to version 0.1.8, dependencies (#49306, maintainer timeout).
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 141458 2015-10-19 07:38:13Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pinpoint |
---|
7 | version 0.1.8 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories office multimedia |
---|
10 | platforms darwin |
---|
11 | maintainers adrianomelo.com:adriano |
---|
12 | license LGPL-2.1+ |
---|
13 | |
---|
14 | description A tool for making hackers do excellent presentations |
---|
15 | |
---|
16 | long_description Pinpoint is a simple presentation tool that hopes to \ |
---|
17 | avoid audience death by bullet point and instead \ |
---|
18 | encourage presentations containing beautiful images \ |
---|
19 | and small amounts of concise text in slides. |
---|
20 | |
---|
21 | homepage http://wiki.gnome.org/Apps/Pinpoint |
---|
22 | master_sites gnome:sources/pinpoint/${branch} |
---|
23 | use_xz yes |
---|
24 | |
---|
25 | checksums rmd160 017087490e2905100aa981d9b9d3c19a17f54407 \ |
---|
26 | sha256 5a207dd1a35681b7268e6aa5ff9b2c5381f4cc63e5f2e5695997ca9d3264e8ca |
---|
27 | |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | depends_lib port:clutter \ |
---|
31 | port:clutter-gtk \ |
---|
32 | port:clutter-gst3 \ |
---|
33 | path:lib/pkgconfig/cairo-pdf.pc:cairo \ |
---|
34 | port:gdk-pixbuf2 \ |
---|
35 | port:librsvg |
---|
36 | |
---|
37 | configure.args --enable-dax=no \ |
---|
38 | --disable-silent-rules |
---|
39 | |
---|
40 | livecheck.type gnome-with-unstable |
---|
Note: See
TracBrowser
for help on using the repository browser.