e431088631
The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. WWW: http://sigrok.org/ PR: 192151 Submitted by: uffe uffe org
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libserialport
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://sigrok.org/download/source/libserialport/
|
|
|
|
MAINTAINER= uffe@uffe.org
|
|
COMMENT= Framework for hardware logic analyzers, serial port support library
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|