summaryrefslogtreecommitdiff
path: root/sysutils/mktemp/Makefile
blob: 839d09cab6fd0621dc7e020243c4b469ac47257c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.8 2009/12/12 23:20:52 asau 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

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	YES

.include "../../mk/bsd.pkg.mk"