freebsd-ports/science/sigrok-firmware/Makefile
John Marino b1ca44ccd9 Add new port: science/sigrok-firmware
PR:		188810
Submitted by:	uffe

      ===============================================================

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers, hygrometers,
anemometers, light meters, DAQs, dataloggers, function generators,
spectrum analyzers, power supplies, GPIB interfaces, and more.
2014-08-03 22:37:51 +00:00

22 lines
517 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= firmware
PORTVERSION= 20140418
CATEGORIES= science
MASTER_SITES= #none
PKGNAMEPREFIX= sigrok-
DISTFILES= #none
MAINTAINER= uffe@uffe.org
COMMENT= Meta package for sigrok firmware packages
RUN_DEPENDS= parseelf.py:${PORTSDIR}/science/sigrok-firmware-utils \
${LOCALBASE}/share/sigrok-firmware/fx2lafw-cypress-fx2.fw:${PORTSDIR}/science/sigrok-firmware-fx2lafw
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_MTREE= yes
NO_INSTALL= yes
.include <bsd.port.mk>