Tweak misc/lesspipe version 1.55
[dports.git] / misc / usbrh-libusb / Makefile
1 # Created by: sanpei@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       usbrh-libusb
5 PORTVERSION=    0.05
6 CATEGORIES=     misc
7 MASTER_SITES=   http://www.dd.iij4u.or.jp/~briareos/soft/ \
8                 ${MASTER_SITE_LOCAL}
9 MASTER_SITE_SUBDIR=     sanpei
10 DISTNAME=       usbrh-${PORTVERSION}
11
12 MAINTAINER=     sanpei@FreeBSD.org
13 COMMENT=        Yet another reads temperatures and humidity from a Strawberry Linux USB-RH
14
15 PLIST_FILES=    bin/usbrh
16
17 .include <bsd.port.pre.mk>
18
19 .if ${OSVERSION} <= 800097
20 BROKEN=         does not build
21 .endif
22
23 do-install:
24         @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh
25
26 .include <bsd.port.post.mk>