31 lines
763 B
Makefile
31 lines
763 B
Makefile
PORTNAME= sigrok-cli
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= science cad
|
|
MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Framework for hardware logic analyzers, CLI client
|
|
WWW= https://sigrok.org/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libserialport.so:devel/libserialport \
|
|
libsigrok.so:devel/libsigrok \
|
|
libsigrokdecode.so:devel/libsigrokdecode
|
|
|
|
USES= desktop-file-utils gettext-runtime gmake gnome libtool pathfix \
|
|
pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PLIST_FILES= bin/sigrok-cli \
|
|
share/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>
|