Ticket #14428: Portfile

File Portfile, 915 bytes (added by alakazam@…, 16 years ago)

Portfile

Line 
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
4PortSystem          1.0
5
6name                mktemp
7version             1.5
8categories          sysutil
9maintainers         nomaintainer
10description         Safe temporary file creation from shell scripts
11long_description \
12    Mktemp is a small program to allow safe temporary file creation from \
13    shell scripts.
14
15homepage            http://www.mktemp.org/
16platforms           darwin
17master_sites        ftp://ftp.mktemp.org/pub/${name}/
18
19checksums           md5 9a35c59502a228c6ce2be025fc6e3ff2 \
20                    sha1 aa001fd61d13bbf128dc58ca4dc6d83311435bae \
21                    rmd160 a2fa93592e1d362aa0882a70ea494cc45da48dab
22
23patchfiles          patch-Makefile.in
24
25configure.args      --prefix=${prefix} \
26                    --mandir=${prefix}/share/man