1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name mktemp |
---|
7 | version 1.5 |
---|
8 | categories sysutil |
---|
9 | maintainers nomaintainer |
---|
10 | description Safe temporary file creation from shell scripts |
---|
11 | long_description \ |
---|
12 | Mktemp is a small program to allow safe temporary file creation from \ |
---|
13 | shell scripts. |
---|
14 | |
---|
15 | homepage http://www.mktemp.org/ |
---|
16 | platforms darwin |
---|
17 | master_sites ftp://ftp.mktemp.org/pub/${name}/ |
---|
18 | |
---|
19 | checksums md5 9a35c59502a228c6ce2be025fc6e3ff2 \ |
---|
20 | sha1 aa001fd61d13bbf128dc58ca4dc6d83311435bae \ |
---|
21 | rmd160 a2fa93592e1d362aa0882a70ea494cc45da48dab |
---|
22 | |
---|
23 | patchfiles patch-Makefile.in |
---|
24 | |
---|
25 | configure.args --prefix=${prefix} \ |
---|
26 | --mandir=${prefix}/share/man |
---|