e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
17 lines
498 B
Makefile
17 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:54 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= mktemp-1.5
|
|
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= tech-pkg@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"
|