16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/09/03 08:53:15 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mktemp-1.7
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/
|
|
MASTER_SITES+= ftp://ftp.usa.openbsd.org/pub/mktemp/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.mktemp.org/
|
|
COMMENT= Small program for safe temporary file and directory creation
|
|
LICENSE= isc
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|