pkgsrc/sysutils/mktemp/Makefile
wiz b0d9b4607f Update to 1.7, based on PR 44014 from Aleksey Cheusov.
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.
2011-03-23 10:16:22 +00:00

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"