22 lines
558 B
Makefile
22 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/02/05 12:59:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pciids-20091229
|
|
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)
|
|
LICENSE= modified-bsd OR gnu-gpl-v2
|
|
|
|
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"
|