6ce4c007b6
- don't assume that usb_descriptor_t has a field bDescriptorSubtype, this field is class specific and shouldn't be there - make fetch of hub descriptors in usbctl work (by setting the correct request value) - before reading a string descriptor, read the language table and use a correct language code if possible - install usbgen(8) manual, regen plist, bump mostly from pkgsrc, http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/usbutil/patches/patch-ab
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.16 2009/01/14 00:58:39 sthen Exp $
|
|
|
|
COMMENT= USB developer utilities
|
|
|
|
DISTNAME= usbutil-0.5
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
INSTALL_TARGET= man install
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/usbgen.0 ${PREFIX}/man/cat8
|
|
|
|
.include <bsd.port.mk>
|