Files
ports/math/dieharder/Makefile
T
Max Brazhnikov 2e4f3d1acf */*: chase math/gsl update to 2.8
PR:		292499
2026-01-29 16:16:02 +03:00

31 lines
642 B
Makefile

PORTNAME= dieharder
PORTVERSION= 3.31.1
PORTREVISION= 11
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>