freebsd-ports/comms/libdc/Makefile
Romain Tartière bf2dd89bcc
comms/libdc: New port
Libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.

This port is the subsurface flavor of libdivecomputer.

WWW: http://www.libdivecomputer.org/
2022-10-29 10:16:17 -10:00

24 lines
441 B
Makefile

PORTNAME= libdc
DISTVERSIONPREFIX=v
DISTVERSION= 5.0.10
CATEGORIES= comms
MAINTAINER= romain@FreeBSD.org
COMMENT= Subsurface version of libdivecomputer
WWW= http://www.libdivecomputer.org
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake libtool
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= subsurface
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/libdivecomputer
.include <bsd.port.mk>