freebsd-ports/science/sigrok-cli/Makefile
Boris Samorodov 0005d5427c science/sigrok-cli: Update to version 0.7.1
This is a minor release with small additions
(e.g. --protocol-decoder-samplenum), documentation fixes,
performance improvements, random bugfixes, and a few other
improvements.

See the NEWS file for a much more detailed list of changes,
or browse the git history for even more details.)
2018-11-03 12:53:26 +00:00

29 lines
747 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= sigrok-cli
PORTVERSION= 0.7.1
CATEGORIES= science cad
MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/
MAINTAINER= bsam@FreeBSD.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
USES= desktop-file-utils gettext-runtime gmake gnome pathfix \
libtool pkgconfig
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
INSTALLS_ICONS= yes
PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz \
share/applications/org.sigrok.sigrok-cli.desktop \
share/icons/hicolor/scalable/apps/sigrok-cli.svg
.include <bsd.port.mk>