pkgsrc/misc/pciids/Makefile
2009-08-10 23:12:11 +00:00

21 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/08/10 23:12:11 wiz Exp $
#
DISTNAME= pciids-20090807
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"