aboutsummaryrefslogtreecommitdiff
path: root/comms/libdc/Makefile
blob: 66310c7cb4d42848d6d08c75fadd42d216a529d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	libdc
DISTVERSIONPREFIX=v
DISTVERSION=	5.0.10
PORTREVISION=	1
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
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

OPTIONS_DEFINE=	DOCS

DOCSDIR=	${PREFIX}/share/doc/libdivecomputer

.include <bsd.port.mk>