209e3fd124
PRNG is a collection of portable, high-performance ANSI-C implementations of pseudorandom number generators such as linear congruential, inversive congruential, and explicit inversive congruential random number generators (LCG, ICG and EICG, respectively) created by Otmar Lendl and Josef Leydold.
21 lines
533 B
Makefile
21 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/19 13:56:53 wiz Exp $
|
|
|
|
DISTNAME= prng-3.0.2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://statistik.wu-wien.ac.at/software/prng/
|
|
COMMENT= Portable, high-performance ANSI-C pseudorandom number generators
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= makeinfo
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|