* Temporary file names no longer use the process ID as part of the name * Use arc4random_uniform() instead of random() or lrand48() * The prngd or egd daemon can now be used on systems without /dev/urandom * Added long option support for compatibility with GNU coreutils version * Fixed an installation issue on Cygwin
16 lines
452 B
Makefile
16 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/10/09 12:00:59 sketch Exp $
|
|
#
|
|
|
|
DISTNAME= mktemp-1.6
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \
|
|
ftp://ftp.usa.openbsd.org/pub/mktemp/ \
|
|
ftp://ftp.wiretapped.net/pub/security/host-security/mktemp/
|
|
|
|
MAINTAINER= sketch@NetBSD.org
|
|
HOMEPAGE= http://www.mktemp.org/
|
|
COMMENT= Small program for safe temporary file and directory creation
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|