freebsd-ports/comms/libmodbus/Makefile
Dmitry Marakasov 455ce7795f - Switch comms/libmodbus to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-15 17:21:08 +00:00

18 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= libmodbus
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://libmodbus.org/site_media/build/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Modbus library
LICENSE= LGPL21
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix
.include <bsd.port.mk>