Files
ports/misc/usbrh-libusb/Makefile
T
Mark Linimon 814341b3c3 misc/usbrh-libusb: assign maintainership.
PR:		293977
Reported by:	rodrigo
Approved by:	sanpei
2026-03-27 20:36:27 -05:00

21 lines
493 B
Makefile

PORTNAME= usbrh-libusb
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.dd.iij4u.or.jp/~briareos/soft/ \
LOCAL/sanpei
DISTNAME= usbrh-${PORTVERSION}
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB-RH
WWW= http://www2.strawberry-linux.com/products/usbrh/
LICENSE= GPLv2
PLIST_FILES= bin/usbrh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh
.include <bsd.port.mk>