blob: 71fe2d850d3d1f22f152ed1310300c1ea3e7d9a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.7 2009/05/01 14:48:41 zafer Exp $
#
DISTNAME= mktemp-1.6
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
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|