# -*- 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 # $Id$ PortSystem 1.0 name glibmm version 2.38.1 set branch [join [lrange [split ${version} .] 0 1] .] description C++ interface to glib long_description \ ${description} maintainers devans openmaintainer categories devel x11 platforms darwin license LGPL-2.1+ homepage http://www.gtkmm.org/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 b7d7de0330b4ee465a166e02520e21d253afd17d \ sha256 49c925ee1d3c4d0d6cd7492d7173bd6826db51d0b55f458a6496406ae267c4a2 depends_build port:pkgconfig \ port:autoconf \ port:automake \ port:libtool \ port:mm-common depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:p5.12-xml-parser \ port:libsigcxx2 configure.cmd ./autogen.sh post-destroot { set mmdoctooldir ${prefix}/share/glibmm-2.4/doctool xinstall -d ${destroot}${mmdoctooldir} xinstall -m 0644 -W ${worksrcpath}/docs doc-install.pl doc-postprocess.pl \ doxygen.css tagfile-to-devhelp2.xsl \ ${destroot}${mmdoctooldir} } livecheck.type gnome