pkgsrc/sysutils/mktemp/Makefile

19 lines
440 B
Makefile
Raw Normal View History

2011-11-28 01:06:17 +01:00
# $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/
2011-11-28 01:06:17 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mktemp.org/
COMMENT= Small program for safe temporary file and directory creation
LICENSE= isc
2009-12-13 00:20:52 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"