mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5da7ccc1fb
Exp-Run by: antoine PR: 220408
30 lines
584 B
Makefile
30 lines
584 B
Makefile
# Created by: bf <bf2006a@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dieharder
|
|
PORTVERSION= 3.31.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Random number generator testsuite
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
BROKEN_sparc64= fails to compile
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= dos2unix libtool tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
|
|
check test: build
|
|
${WRKSRC}/dieharder/dieharder -a
|
|
|
|
.include <bsd.port.mk>
|