blob: 5265f8ced3f7820cfaf15b7f6cb82654a1583cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= libmodbus
PORTVERSION= 3.1.6
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= https://libmodbus.org/releases/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Modbus library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= a2x:textproc/asciidoc \
xmlto:textproc/xmlto
USES= gmake libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|