mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9341a2b22b
Suggested by: makc PR: 179854
27 lines
717 B
Makefile
27 lines
717 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pulseview
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= science cad
|
|
MASTER_SITES= http://sigrok.org/download/source/pulseview/
|
|
|
|
MAINTAINER= uffe@uffe.org
|
|
COMMENT= GUI client that supports various hardware logic analyzers
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
libsigrok.so:${PORTSDIR}/devel/libsigrok \
|
|
libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode
|
|
|
|
USES= cmake gmake pkgconfig
|
|
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man
|
|
PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|