2015-05-21 06:22:34 +00:00

32 lines
684 B
Makefile

# $OpenBSD: Makefile,v 1.16 2015/05/21 06:22:34 ajacoutot Exp $
COMMENT= hardware identification and configuration data
DISTNAME= hwdata-0.278
EXTRACT_SUFX= .tar.bz2
CATEGORIES= misc
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
HOMEPAGE= http://git.fedorahosted.org/git/hwdata.git
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://fedorahosted.org/releases/h/w/hwdata/
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
# grep ^FILES ${WRKSRC}/Makefile
FILES= pci.ids usb.ids oui.txt iab.txt pnp.ids
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/hwdata
.for i in ${FILES}
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/hwdata
.endfor
.include <bsd.port.mk>