1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/usbutil/Makefile
Edwin Groothuis c1391394a0 USB developer utilities:
usbctl
	Dump information about devices on a USB bus.
    usbgen
	Dump descriptors of a generic device.
	usbgen -f ugenN -v -D
    usbstats
	Gives statistics for a USB host contrller.
2007-12-14 03:01:27 +00:00

24 lines
511 B
Makefile

# New ports collection makefile for: usbutils
# Date created: 2003-03-27
# Whom: Bernd Walter <ticso@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= usbutil
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \
http://www.mavetju.org/download/adopted/
MAINTAINER= ticso@FreeBSD.org
COMMENT= USB developer utilities
PLIST_FILES= sbin/usbctl sbin/usbgen sbin/usbstats
MAN8= usbgen.8
post-install:
${INSTALL_MAN} ${WRKSRC}/usbgen.8 ${PREFIX}/man/man8
.include <bsd.port.mk>