Ticket #25659: 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 59946 2009-10-27 22:49:17Z ryandesign@macports.org $
3
4PortSystem 1.0
5
6name            gtkmm
7version         2.20.3
8set branch      [join [lrange [split ${version} .] 0 1] .]
9description     C++ interface to GTK+.
10long_description        gtkmm (previously known as Gtk--) is the official \
11                        C++ interface for the popular GUI library GTK+.
12maintainers     devans openmaintainer
13categories      x11 devel
14platforms       darwin
15homepage        http://www.gtkmm.org/
16master_sites    gnome:sources/${name}/${branch}/
17use_bzip2       yes
18checksums       md5     c35f236091b4f96fe45c53b4107400a9 \
19                sha1    ad53f52f18cc3021b7fd6cd06f965471039d5333 \
20                rmd160  b0f26cb06443e642e43435cec9ff66a5972fc8d7
21depends_lib     port:gtk2 \
22                port:glibmm \
23                path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
24                port:pangomm
25
26livecheck.type  regex
27livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
28livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}