2013-05-13 21:23:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmodbus
|
2016-09-07 11:04:47 +00:00
|
|
|
PORTVERSION= 3.1.4
|
2016-11-28 13:42:52 +00:00
|
|
|
PORTREVISION= 1
|
2013-05-13 21:23:51 +00:00
|
|
|
CATEGORIES= comms
|
2013-11-21 18:35:48 +00:00
|
|
|
MASTER_SITES= http://libmodbus.org/site_media/build/
|
2013-05-13 21:23:51 +00:00
|
|
|
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
|
|
COMMENT= Modbus library
|
|
|
|
|
2016-11-28 13:42:52 +00:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
LICENES_FILE= ${WRKSRC}/COPYING.LESSER
|
2013-05-13 21:23:51 +00:00
|
|
|
|
2016-09-07 11:04:47 +00:00
|
|
|
BUILD_DEPENDS= a2x:textproc/asciidoc \
|
|
|
|
xmlto:textproc/xmlto
|
|
|
|
|
2013-05-13 21:23:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-08-15 17:21:08 +00:00
|
|
|
USES= gmake libtool pathfix
|
2014-09-22 14:28:15 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-05-13 21:23:51 +00:00
|
|
|
|
2016-11-28 13:42:52 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-05-13 21:23:51 +00:00
|
|
|
.include <bsd.port.mk>
|