mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
57e5a48e26
PR: 192154 Submitted by: maintainer (based on)
25 lines
608 B
Makefile
25 lines
608 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sigrok-cli
|
|
PORTVERSION= 0.5.0
|
|
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:${PORTSDIR}/devel/libserialport \
|
|
libsigrok.so:${PORTSDIR}/devel/libsigrok \
|
|
libsigrokdecode.so:${PORTSDIR}/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>
|