opnsense-ports/comms/libmodbus/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 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>