17 lines
422 B
Makefile
17 lines
422 B
Makefile
# $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"
|