1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/comms/libmodbus/Makefile
Dmitry Marakasov a8a7b620ed - Fix LICENSE
- Add LICENSE_FILE
- Add missing files to plist

Approved by:	portmgr blanket
2016-11-28 13:42:52 +00:00

26 lines
456 B
Makefile

# $FreeBSD$
PORTNAME= libmodbus
PORTVERSION= 3.1.4
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://libmodbus.org/site_media/build/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Modbus library
LICENSE= LGPL21+
LICENES_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= a2x:textproc/asciidoc \
xmlto:textproc/xmlto
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>