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