mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
516a649721
Approved by: portmgr (blanket)
31 lines
642 B
Makefile
31 lines
642 B
Makefile
PORTNAME= dieharder
|
|
PORTVERSION= 3.31.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Random number generator testsuite
|
|
WWW= http://www.phy.duke.edu/~rgb/General/dieharder.php
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= dos2unix libtool tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
|
|
# Fix build with clang11
|
|
CFLAGS+= -fcommon
|
|
|
|
check test: build
|
|
${WRKSRC}/dieharder/dieharder -a
|
|
|
|
.include <bsd.port.mk>
|