1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/science/sigrok-cli/Makefile
Antoine Brodin e98b1db08a Undeprecate by depending on any version of python 3 rather than deprecated
python 3.1

PR:		ports/187394
Approved by:	maintainer timeout (1 month)
2014-04-14 18:14:54 +00:00

25 lines
579 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= sigrok-cli
PORTVERSION= 0.4.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= 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 pkgconfig pathfix
USE_GNOME= gtk20
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>