-
-
Save e1senh0rn/263938 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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 [email protected] $ | |
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