# -*- 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                    libdivecomputer
# please, when updating libdivecomputer, check whether subsurface still builds against the new version
version                 2012011900
categories              devel
platforms               darwin
license                 LGPL-2.1
maintainers             cal openmaintainer

description             Libdivecomputer is a cross-platform and open source \
                        library for communication with dive computers from \
                        various manufacturers.
long_description        ${description} Supported devices include devices \
                        manufactured by Suunto, Uwatec, Reefnet, Oceanic, \
                        Aeris, Sherwood, Hollis, Genesis, Tusa, Mares, \
                        Heinrichs Weikamp, Cressi, Zeagle, Mares and Atomic \
                        Aquatics.

homepage                http://www.divesoftware.org/libdc/
fetch.type              git
git.url                 git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
# latest as of 2012-01-19
git.branch              87397a4ea1c63d78efd9bf751dee19f54257a6f9

depends_lib             port:gconf \
                        port:gtk2 \
                        path:lib/pkgconfig/libusb-1.0.pc:libusb

use_autoreconf          yes

