Files
Stefan Eßer e0e5d2d2d3 Add more WWW entries to Makefiles
Some ports have not been touched in the commit that added WWW lines to
the port Makefiles.

Approved by:	porttmgr (implicit)
2022-09-08 00:13:05 +02:00

21 lines
492 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= ports@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>