2014-03-24 09:46:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2014/03/24 09:46:59 ajacoutot Exp $
|
2013-12-11 14:25:13 +00:00
|
|
|
|
|
|
|
COMMENT= hardware identification and configuration data
|
|
|
|
|
2014-03-24 09:46:59 +00:00
|
|
|
DISTNAME= hwdata-0.263
|
2013-12-11 14:25:13 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
# see ${WRKSRC}/Makefile
|
|
|
|
FILES= pci.ids usb.ids oui.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>
|