Skip to content

Instantly share code, notes, and snippets.

@e1senh0rn
Forked from kovyrin/Installing mc-4.7.0 on MacOS X 10.6
Created December 26, 2009 12:33
Show Gist options
  • Save e1senh0rn/263938 to your computer and use it in GitHub Desktop.
Save e1senh0rn/263938 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 58602 2009-10-01 23:13:15Z snc@macports.org $
PortSystem 1.0
name mc
version 4.7.0
categories sysutils
maintainers eisenhorn
description GNU Midnight Commander
long_description \
GNU Midnight Commander is a user-friendly yet powerful file \
manager and visual shell, useful to novice and guru alike. \
It provides a clear, user-friendly, and somewhat protected \
interface to a Unix system while making many frequent file \
operations more efficient and preserving the full power of \
the command prompt. After some practice, you will wonder how \
you could ever live without it.
homepage http://www.midnight-commander.org/
platforms darwin
master_sites ${homepage}downloads
checksums md5 3be875c7603ab45e784026a5d13d4bb0 \
sha1 bd45bc576dbd53e3ec35e034905186f79afae4ca
depends_build path:bin/pkg-config:pkgconfig
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libiconv \
port:slang2
configure.args --with-screen=slang --enable-extcharset --enable-charset \
--without-x --infodir=${prefix}/share/info --mandir=${prefix}/share/man
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment