aboutsummaryrefslogtreecommitdiffstats
path: root/misc/usbrh-libusb/Makefile
blob: 65c0e9629f6fcef535586fb4523ec7ef6f8e2c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: sanpei@FreeBSD.org
# $FreeBSD$

PORTNAME=   usbrh-libusb
PORTVERSION=    0.05
CATEGORIES= misc
MASTER_SITES=   http://www.dd.iij4u.or.jp/~briareos/soft/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sanpei
DISTNAME=   usbrh-${PORTVERSION}

MAINTAINER= sanpei@FreeBSD.org
COMMENT=    Yet another reads temperatures and humidity from a Strawberry Linux USB-RH

USE_GCC=    any

PLIST_FILES=    bin/usbrh

NO_STAGE=   yes
.include <bsd.port.pre.mk>

.if ${OSVERSION} <= 800097
BROKEN=         does not build
.endif

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${PREFIX}/bin/usbrh

.include <bsd.port.post.mk>