You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.5 KiB
Tcl
36 lines
1.5 KiB
Tcl
# -*- 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 libdivecomputer
|
|
|
|
# please, when updating libdivecomputer, check whether subsurface still builds against the new version
|
|
version 0.4.1
|
|
epoch 1
|
|
categories devel
|
|
platforms darwin
|
|
license LGPL-2.1
|
|
maintainers nomaintainer
|
|
|
|
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/
|
|
master_sites http://www.divesoftware.org/libdc/releases/
|
|
|
|
checksums rmd160 63b5d8eeb36c58a3736f5daddb12ec2fab85542e \
|
|
sha256 7d64032d2e5cd4d6315ebb7ed5bcccc9399166d40228ae2e96e435749b950a0a
|
|
|
|
depends_lib port:gconf \
|
|
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
|
path:lib/pkgconfig/libusb-1.0.pc:libusb
|
|
|
|
use_autoreconf yes
|
|
|