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