head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.09.24.14.22.28;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.29.16.23.54;	author jgh;	state Exp;
branches;
next	1.5;

1.5
date	2011.12.15.14.04.37;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.27.12.41.13;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2010.11.03.10.47.35;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.29.10.00.45;	author ale;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.01.15.16.12;	author ale;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# Created by: Alex Dupre <ale@@FreeBSD.org>
# $FreeBSD: head/security/quantis-kmod/Makefile 304779 2012-09-24 14:22:28Z ale $

PORTNAME=	quantis
DISTVERSION=	v12.09.12
CATEGORIES=	security kld
MASTER_SITES=	http://www.idquantique.com/files/products/quantis/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	ale
PKGNAMESUFFIX=	-kmod
DISTNAME=	${PORTNAME}-${DISTVERSION}-src

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	Kernel driver for Quantis PCI/PCIe random number generator

LICENSE=	BSD 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

KMODDIR?=	/boot/modules

MAKE_ENV+=	KMODDIR=${KMODDIR}

PLIST_FILES=	"@@cwd ${KMODDIR}" \
		"quantis.ko" \
		"@@unexec kldxref ${KMODDIR}" \
		"@@cwd ${PREFIX}"

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
IGNORE=		requires FreeBSD >= 7
.endif

.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE=		requires kernel source to be installed
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.7
log
@SVN rev 304779 on 2012-09-24 14:22:28Z by ale

- Update to v12.09.12 release
- Switch to OptionsNG
- Pet portlint
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@- remove definition of SRC_BASE before it is defined

PR:	ports/165994
Submitted by:	jgh
Approved by:	maintainer, ale
@
text
@d1 1
a1 4
# New ports collection makefile for:    quantis-kmod
# Date created:                 10 May 2010
# Whom:                         Alex Dupre <ale@@FreeBSD.org>
#
a2 1
#
d5 1
a5 1
DISTVERSION=	v11.12.13
d10 1
a11 1
PKGNAMESUFFIX=	-kmod
d16 1
a17 1
LICENSE=	BSD GPLv2
@


1.5
log
@Update to v11.12.13 release.
@
text
@a30 2
SRC_BASE?=	/usr/src

@


1.4
log
@Update to v11.05.20 release.
@
text
@d9 1
a9 1
DISTVERSION=	v11.05.20
@


1.3
log
@Update to v10.10.08 release.
@
text
@d9 1
a9 1
DISTVERSION=	v10.10.08
@


1.2
log
@Update to v10.06.29 release.

Feature safe:	yes
@
text
@d9 1
a9 1
DISTVERSION=	v10.06.29
@


1.1
log
@Quantis is a physical random number generator exploiting
an elementary quantum optics process.

This port contains the kernel driver to access Quantis
PCI and PCIe devices.

WWW:	http://www.idquantique.com/
@
text
@d9 1
a9 1
DISTVERSION=	v10.06.01
d14 1
@

