# New ports collection makefile for: dieharder # Date created: 14 November 2008 # Whom: bf # # $FreeBSD: math/dieharder/Makefile 325401 2013-08-26 16:06:37Z bf $ # 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 .include .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64 or sparc64 .endif check test: build ${WRKSRC}/dieharder/dieharder -a .include