mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
39 lines
747 B
Makefile
39 lines
747 B
Makefile
# Created by: bf <bf2006a@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dieharder
|
|
PORTVERSION= 3.31.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= bf@FreeBSD.org
|
|
COMMENT= A random number generator testsuite
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USE_DOS2UNIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
MAN1= dieharder.1
|
|
MAN3= libdieharder.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on ia64 or sparc64
|
|
.endif
|
|
|
|
check test: build
|
|
${WRKSRC}/dieharder/dieharder -a
|
|
|
|
.include <bsd.port.post.mk>
|