freebsd-ports/devel/libserialport/Makefile
2021-04-06 16:31:07 +02:00

21 lines
456 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
PORTNAME= libserialport
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libserialport/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Framework for hardware logic analyzers, serial port support library
LICENSE= LGPL3
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>