1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/misc/pciids/Makefile

26 lines
465 B
Makefile

PORTNAME= pciids
PORTVERSION= 20220909
CATEGORIES= misc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Database of all known IDs used in PCI devices
WWW= https://github.com/pciutils/pciids
LICENSE= BSD3CLAUSE GPLv2+
LICENSE_COMB= dual
NO_ARCH= yes
NO_BUILD= yes
PORTDATA= pci.ids
GH_ACCOUNT= pciutils
GH_TAGNAME= c9f0940
USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/pci.ids ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>