2015-10-05 14:23:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2015/10/05 12:23:21 tnn Exp $
|
2006-11-12 12:52:28 +01:00
|
|
|
|
2015-09-07 10:55:57 +02:00
|
|
|
DISTNAME= pci.ids
|
|
|
|
PKGNAME= pciids-20150907
|
2006-11-12 12:46:21 +01:00
|
|
|
CATEGORIES= misc
|
2015-10-05 14:23:21 +02:00
|
|
|
MASTER_SITES= # dynamically generated file http://pci-ids.ucw.cz/v2.2/
|
2015-09-07 10:55:57 +02:00
|
|
|
EXTRACT_SUFX= .bz2
|
2006-11-12 12:46:21 +01:00
|
|
|
|
|
|
|
MAINTAINER= mark@coris.org.uk
|
|
|
|
HOMEPAGE= http://pciids.sourceforge.net/
|
|
|
|
COMMENT= Repository of PCI IDs (pci.ids database)
|
2010-01-24 18:11:17 +01:00
|
|
|
LICENSE= modified-bsd OR gnu-gpl-v2
|
2006-11-12 12:46:21 +01:00
|
|
|
|
2015-09-07 10:55:57 +02:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= share/pciids
|
2006-11-12 12:46:21 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2015-09-07 10:55:57 +02:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
|
2006-11-12 12:46:21 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|