summaryrefslogtreecommitdiffstats
path: root/sysutils/udesc_dump/Makefile
blob: 4d748011940775aaf4956953195eeb0845309062 (plain)
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
30
31
# New ports collection makefile for:	udesc_dump
# Date created:				2002/12/14
# Whom:					nork@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	udesc_dump
PORTVERSION=	1.3.9
CATEGORIES=	sysutils
MASTER_SITES=	http://home.jp.freebsd.org/~gehenna/src/

MAINTAINER=	nork@FreeBSD.org
COMMENT=	udesc_dump, showes USB descriptors

MAN8=		udesc_dump.8
MANCOMPRESSED=	yes
PLIST_FILES=	bin/udesc_dump

MAKE_ENV+=	MANDIR=${PREFIX}/man/man

do-patch:
	@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800064
BROKEN=		does not build
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud