b132dca1f5
It's a database, so changes: probably more IDs :)
21 lines
522 B
Makefile
21 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/01/07 12:47:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pciids-20081012
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://people.freebsd.org/~ahze/distfiles/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= mark@coris.org.uk
|
|
HOMEPAGE= http://pciids.sourceforge.net/
|
|
COMMENT= Repository of PCI IDs (pci.ids database)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pciids
|
|
${INSTALL_DATA} ${WRKSRC}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|