18 lines
440 B
Makefile
18 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/11/28 00:06:17 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= pkgsrc-users@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"
|