aboutsummaryrefslogtreecommitdiffstats
path: root/comms/libmodbus/Makefile
blob: 56da6c8acb9bc860d18eb52f0eb1493a23f55aeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>