# -*- 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

PortSystem         1.0

name               kitlist
version            1.1.0
revision           1
categories         office pim
platforms          darwin
maintainers        {@frankdean fdsd.co.uk:frank.dean} openmaintainer
license            GPL-3+

description        A list manager for managing kit
long_description   Kitlist allows you to maintain lists of kit that you may require for \
                   activities such as a vacation, business trip or expedition.  Items can \
                   be associated with one or more categories.  By combining categories, \
                   an initial list for a trip can be quickly created, then refined.

homepage           https://www.fdsd.co.uk/kitlist/
master_sites       ${homepage}source/

checksums          rmd160  6e2323def4add624eda296bd461cf8cd438f6b4d \
                   sha256  528c21903d2fc6e47689f6d12a96b260a80256a117f258181934c74a7358b798 \
                   size    518403

depends_build      port:intltool \
                   port:pkgconfig
depends_lib        port:libxmlxx2 \
                   port:libglademm \
                   port:yaml-cpp

configure.args     --disable-build-docs \
                   --without-gconf

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