Files
ports/security/quantis-kmod/Makefile
T
Baptiste Daroussin da684d33c0 security/quantis-kmod: remove dependency on infozip
Recent bsdtar can handle the content of this zip just fine.

This reduce the number of dependency for cross building and make this
module become part of the kmod repository
2025-05-13 14:58:43 +02:00

23 lines
576 B
Makefile

PORTNAME= quantis
DISTVERSION= v18.03.08
CATEGORIES= security
MASTER_SITES= https://www.idquantique.com/wordpress/wp-content/uploads/
PKGNAMESUFFIX= -kmod
DISTNAME= Quantis-${DISTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Kernel driver for Quantis PCI/PCIe random number generator
WWW= https://www.idquantique.com/
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt
USES= kmod uidfix zip
WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci
PLIST_FILES= ${KMODDIR}/quantis.ko
.include <bsd.port.mk>