1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/misc/usbrh/Makefile
MIHIRA Sanpei Yoshiro 5a3940b6dd usbrh reads temperatures and humidity from sensors of a "USB-RH",
which is connected to a USB port of the computer.

Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11)
WWW: http://www2.strawberry-linux.com/products/usbrh/
2008-03-31 08:52:57 +00:00

23 lines
478 B
Makefile

# New ports collection makefile for: usbrh
# Date created: 2008-01-06
# Whom: sanpei@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= usbrh
PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://www.nk-home.net/~aoyama/usbrh/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sanpei
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Reads temperatures and humidity from a Strawberry Linux USB-RH
MAN1= usbrh.1
MANCOMPRESSED= yes
PLIST_FILES= bin/usbrh
.include <bsd.port.mk>