freebsd-ports/comms/libmodbus/Makefile

20 lines
331 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libmodbus
2013-11-21 19:35:48 +01:00
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= comms
2013-11-21 19:35:48 +01:00
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
INSTALL_TARGET= install-strip
.include <bsd.port.mk>