pkgsrc/misc/usbids/Makefile
bsiegert fef764bf17 Update usbids to 20200622.
12.5 years later, I think it is time for an update :)
2020-07-06 18:21:24 +00:00

21 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/07/06 18:21:24 bsiegert Exp $
#
DISTNAME= usbids-20200622
CATEGORIES= misc
MASTER_SITES= http://www.netbsd.org/~bsiegert/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.linux-usb.org/
COMMENT= Repository of USB IDs (usb.ids database)
LICENSE= modified-bsd OR gnu-gpl-v2
NO_BUILD= yes
WRKSRC= ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/usbids
${INSTALL_DATA} ${WRKSRC}/usb.ids ${DESTDIR}${PREFIX}/share/usbids
.include "../../mk/bsd.pkg.mk"