mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
20 lines
331 B
Makefile
20 lines
331 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
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|