19 lines
301 B
Makefile
19 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmodbus
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= Modbus library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stephane
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix
|
|
|
|
.include <bsd.port.mk>
|