b0d9b4607f
Set LICENSE. Major changes in upstream Temporary file names now include digits in addition to letters. mktemp will now terminate after 2*N^62 attempts, where N is the number of Xs in the template. Previously it would try forever. Fixed UTF8 formatting of the grave accent character in the manual.
18 lines
433 B
Makefile
18 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/03/23 10:16:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mktemp-1.7
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \
|
|
ftp://ftp.usa.openbsd.org/pub/mktemp/
|
|
|
|
MAINTAINER= sketch@NetBSD.org
|
|
HOMEPAGE= http://www.mktemp.org/
|
|
COMMENT= Small program for safe temporary file and directory creation
|
|
LICENSE= isc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|