Ticket #25655: Portfile

File Portfile, 1.1 KB (added by manphiz@…, 14 years ago)

Proposed Portfile

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 59943 2009-10-27 22:32:11Z ryandesign@macports.org $
3
4PortSystem 1.0
5
6name            pangomm
7version         2.26.2
8set branch      [join [lrange [split ${version} .] 0 1] .]
9description     C++ interface to Pango.
10long_description    pangomm is the official \
11                C++ interface for the Pango text layout library.
12maintainers     devans openmaintainer
13categories      x11 devel
14platforms       darwin
15homepage        http://www.gtkmm.org/
16master_sites    gnome:sources/${name}/${branch}/
17use_bzip2       yes
18
19checksums       md5     b363b09faf884db8bf8d1458d719ff00 \
20                sha1    67ebf73e36dc829ab3e7ff76c0e447dc0a031f14 \
21                rmd160  f6b064e1784dc300333ad31b0330b7dc75dec8da
22
23depends_lib     path:lib/pkgconfig/pango.pc:pango \
24                path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
25                port:glibmm \
26                port:libsigcxx2
27
28livecheck.type  regex
29livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
30livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}