1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/libdc/Makefile
Nuno Teixeira e95c6a2b13 comms/libdc: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-03 10:04:09 +00:00

26 lines
498 B
Makefile

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>