1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/dieharder/Makefile
Martin Wilke ff1071c0ac - Stage support
- Convert to USES
2014-02-02 15:20:05 +00:00

36 lines
692 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
.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>