blob: 7a6950d47fe9f3c185b200811eb8cda166403b60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|