# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0

name            libglademm
version         2.6.7
revision        5
set branch      [join [lrange [split ${version} .] 0 1] .]
description     C++ wrapper for libglade2.
long_description ${description}
maintainers     nomaintainer
categories      gnome
license         LGPL
platforms       darwin
homepage        https://www.gtkmm.org/
master_sites    gnome:sources/${name}/${branch}/

use_bzip2       yes

checksums       md5     f9ca5b67f6c551ea98790ab5f21c19d0 \
                sha1    d7c0138c80ea337d2e9ae55f74a6953ce2eb9f5d \
                rmd160  3bfe5962e57721dfa9d02c3be31b543bf070c767

depends_build   port:pkgconfig

depends_lib     port:gtkmm \
                port:libglade2

compiler.cxx_standard   2011
configure.cxxflags-append -std=c++11

livecheck.type  gnome
