22 lines
533 B
Makefile
22 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"
|