diff options
author | salo <salo> | 2002-12-13 09:32:08 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-13 09:32:08 +0000 |
commit | 199d324b59ecbcfea811b7385792871c568a4c43 (patch) | |
tree | 10c2c6deb11eed9907f3ca86527f5483175b8916 /sysutils/mktemp/Makefile | |
parent | 81c157c7f6a59faa3cb38552288c9e8a48f25831 (diff) | |
download | pkgsrc-199d324b59ecbcfea811b7385792871c568a4c43.tar.gz |
Initial import of mktemp, version 1.4.
Mktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.
This package is in base system of *BSD so it's marked as:
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
Diffstat (limited to 'sysutils/mktemp/Makefile')
-rw-r--r-- | sysutils/mktemp/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/mktemp/Makefile b/sysutils/mktemp/Makefile new file mode 100644 index 00000000000..7c3561b89c5 --- /dev/null +++ b/sysutils/mktemp/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 09:32:08 salo Exp $ +# + +DISTNAME= mktemp-1.4 +CATEGORIES= sysutils security +MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \ + ftp://ftp.cs.colorado.edu/pub/mktemp/ \ + ftp://ftp.usa.openbsd.org/pub/mktemp/ \ + ftp://ftp.wiretapped.net/pub/security/host-security/mktemp/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.mktemp.org/ +COMMENT= Small program for safe temporary file and directory creation + +NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-* # in base system + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |