Tweak math/geg version 1.0.2_7
[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=   2
7 CATEGORIES=     math
8 MASTER_SITES=   http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
9
10 MAINTAINER=     bf@FreeBSD.org
11 COMMENT=        Random number generator testsuite
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libgsl.so:${PORTSDIR}/math/gsl
16
17 MAKE_JOBS_UNSAFE=       yes
18
19 USES=           dos2unix libtool tar:tgz
20 GNU_CONFIGURE=  yes
21 CPPFLAGS+=      -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23 USE_LDCONFIG=   yes
24
25 .include <bsd.port.pre.mk>
26
27 .if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
28 BROKEN=         Does not compile on ia64 or sparc64
29 .endif
30
31 check test: build
32         ${WRKSRC}/dieharder/dieharder -a
33
34 .include <bsd.port.post.mk>