pkgsrc/misc/usbids/Makefile
2017-08-01 17:40:08 +00:00

21 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/08/01 17:40:14 wiz Exp $
#
DISTNAME= usbids-20081118
CATEGORIES= misc
#MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/
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"