pkgsrc/sysutils/mktemp/Makefile

18 lines
495 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:43 grant 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/
2003-07-18 00:50:55 +02:00
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"