freebsd-ports/security/quantis-kmod/Makefile
Rene Ladan 4d7f6036b2 - Stage support
- Properly specify BSD license
- Include bsd.port.mk only once

Approved by:	portmgr (infrastructure blanket)
2014-01-27 11:14:53 +00:00

31 lines
708 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantis
DISTVERSION= v13.04.29
CATEGORIES= security
MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ale
PKGNAMESUFFIX= -kmod
DISTNAME= Quantis-${DISTVERSION}-src
MAINTAINER= ale@FreeBSD.org
COMMENT= Kernel driver for Quantis PCI/PCIe random number generator
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -aqo
WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci
PLIST_FILES= "@cwd ${KMODDIR}" \
"quantis.ko" \
"@cwd ${PREFIX}"
USES= kmod uidfix
.include <bsd.port.mk>