# -*- 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: Portfile 68371 2010-06-02 07:42:19Z ryandesign@macports.org $

PortSystem         1.0

name               kitlist
version            0.7.0
categories         office pim
platforms          darwin
maintainers        smartpixie.com:frank.dean
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           http://www.smartpixie.com/kitlist/
master_sites       ${homepage}source/

checksums          md5     f4422c3adc03ccad041dea192b5a1ddd \
                   sha1    1c3d37e5d770fc0a613e39d4e9c6d3a4306fafcc \
                   rmd160  83c454a4efee02bc3cb5105bf1e02d50ffc27b54

depends_lib        port:libxmlxx2 \
                   port:libglademm

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