Merge branch 'staged'
[dports.git] / math / dieharder / Makefile
1 # Created by: bf <bf2006a@yahoo.com>
2 # $FreeBSD$
3
4 PORTNAME=       dieharder
5 PORTVERSION=    3.31.1
6 PORTREVISION=   7
7 CATEGORIES=     math
8 MASTER_SITES=   http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Random number generator testsuite
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libgsl.so:math/gsl
16
17 BROKEN_sparc64=         fails to compile
18 MAKE_JOBS_UNSAFE=       yes
19
20 USES=           dos2unix libtool tar:tgz
21 GNU_CONFIGURE=  yes
22 CPPFLAGS+=      -I${LOCALBASE}/include
23 LDFLAGS+=       -L${LOCALBASE}/lib
24 USE_LDCONFIG=   yes
25
26 check test: build
27         ${WRKSRC}/dieharder/dieharder -a
28
29 .include <bsd.port.mk>