freebsd-ports/math/dieharder/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

34 lines
682 B
Makefile

# Created by: bf <bf2006a@yahoo.com>
# $FreeBSD$
PORTNAME= dieharder
PORTVERSION= 3.31.1
PORTREVISION= 3
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
MAKE_JOBS_UNSAFE= yes
USES= dos2unix libtool tar:tgz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= 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>