e0e5d2d2d3
Some ports have not been touched in the commit that added WWW lines to the port Makefiles. Approved by: porttmgr (implicit)
21 lines
492 B
Makefile
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>
|