Ticket #43258: Portfile

File Portfile, 960 bytes (added by jul_bsd@…, 10 years ago)
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$
3
4PortSystem 1.0
5
6name            gtk2mm
7version         2.24.4
8set branch      [join [lrange [split ${version} .] 0 1] .]
9
10description     official C++ interface for the popular GUI library GTK+
11
12long_description ${description}
13
14maintainers     nomaintainer
15categories      gnome
16license         LGPL-2.1+
17platforms       darwin
18homepage        http://www.gtkmm.org/en/
19master_sites    gnome:sources/gtkmm/${branch}/
20distname        gtkmm-${version}
21use_xz          yes
22
23checksums           rmd160  771a6f3dd348fd5fc9c4456837df4151df366197 \
24                    sha256  443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
25
26
27depends_build   port:pkgconfig \
28                path:bin/perl:perl5
29
30depends_lib     port:gtk2 port:gconf port:atkmm port:pangomm
31## giomm gtk+-unix-print-2.0
32
33livecheck.type  gnome
34