Ticket #17428: Portfile

File Portfile, 782 bytes (added by landhar+darwin@…, 15 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:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5name                vifm
6version             0.4
7
8categories          x11
9maintainers         larre-borges.com:matias
10
11description         ncurses based file manager with vi like keybindings
12
13homepage            http://vifm.sourceforge.net/
14
15platforms           darwin
16
17master_sites        http://prdownloads.sourceforge.net/vifm/vifm-0.4.tar.bz2?download
18use_bzip2           yes
19
20checksums           md5 645071e1449d44d7957b78c1c094e454 \
21                    sha1 ad548b6df513483865c8623c1ce83e173271d4bc \
22                    rmd160 004db08a4c0a977ca10a6096fca0ccf9c9f8fbec
23
24
25configure.args      --prefix=${prefix}