mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
812aa26b1e
PR: 188813 Submitted by: uffe ================================================================ VISA is a multivendor standard for interfacing test and measurement equipment. LibreVISA aims to be a compliant implementation of the VISA standard in a free software library. Currently support for targets connected via USB, exposing the USBTMC interface, and VXI-11 devices.
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librevisa-vish
|
|
PORTVERSION= 0.0.20130714
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.librevisa.org/download/
|
|
DISTNAME= vish-${PORTVERSION}
|
|
|
|
MAINTAINER= uffe@uffe.org
|
|
COMMENT= Open Source VISA shell for interfacing test and measurement equipment
|
|
|
|
LIB_DEPENDS= libvisa.so:${PORTSDIR}/devel/librevisa
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lvisa
|
|
|
|
.include <bsd.port.mk>
|