8d8724e9c9
Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access. Only DIMM SPD decoding tool is ported at the moment. WWW: http://www.lm-sensors.org/wiki/I2CTools PR: ports/167730 Submitted by: Andriy Gapon <avg@icyb.net.ua>
25 lines
518 B
Makefile
25 lines
518 B
Makefile
# New ports collection makefile for: i2c-tools
|
|
# Date created: 2012-04-18
|
|
# Whom: Andriy Gapon <avg@icyb.net.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= i2c-tools
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://dl.lm-sensors.org/i2c-tools/releases/
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= A heterogeneous set of I2C tools
|
|
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
USE_PERL5_RUN= yes
|
|
|
|
PLIST_FILES= sbin/decode-dimms
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms ${PREFIX}/sbin/decode-dimms
|
|
|
|
.include <bsd.port.mk>
|