2013-09-20 22:50:57 +02:00
|
|
|
# Created by: sanpei@FreeBSD.org
|
2009-07-20 16:33:55 +02:00
|
|
|
|
|
|
|
PORTNAME= usbrh-libusb
|
|
|
|
PORTVERSION= 0.05
|
2017-02-27 13:52:17 +01:00
|
|
|
PORTREVISION= 1
|
2009-07-20 16:33:55 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.dd.iij4u.or.jp/~briareos/soft/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
LOCAL/sanpei
|
2009-07-20 16:33:55 +02:00
|
|
|
DISTNAME= usbrh-${PORTVERSION}
|
|
|
|
|
2017-01-22 23:02:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-07-20 16:33:55 +02:00
|
|
|
COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB-RH
|
|
|
|
|
2017-02-27 13:52:17 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-07-20 16:33:55 +02:00
|
|
|
PLIST_FILES= bin/usbrh
|
|
|
|
|
|
|
|
do-install:
|
2017-02-27 13:52:17 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh
|
2009-07-20 16:33:55 +02:00
|
|
|
|
2015-04-03 13:26:48 +02:00
|
|
|
.include <bsd.port.mk>
|