# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD: tags/RELEASE_11_0_0/science/sigrok-cli/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	sigrok-cli
PORTVERSION=	0.5.0
PORTREVISION=	1
CATEGORIES=	science cad
MASTER_SITES=	http://sigrok.org/download/source/sigrok-cli/

MAINTAINER=	uffe@uffe.org
COMMENT=	Framework for hardware logic analyzers, CLI client

LICENSE=	GPLv3

LIB_DEPENDS=	libserialport.so:devel/libserialport \
		libsigrok.so:devel/libsigrok \
		libsigrokdecode.so:devel/libsigrokdecode

PLIST_FILES=	bin/sigrok-cli man/man1/sigrok-cli.1.gz

GNU_CONFIGURE=	yes
USES=		gmake pathfix libtool pkgconfig
MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>
