1 | # $Id: Portfile 36705 2008-05-12 21:27:45Z waqar@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mc |
---|
6 | version 4.6.2_rc1 |
---|
7 | distname ${name}-2007-06-23-14 |
---|
8 | categories sysutils |
---|
9 | maintainers waqar@macports.org |
---|
10 | description GNU Midnight Commander |
---|
11 | long_description \ |
---|
12 | GNU Midnight Commander is a user-friendly yet powerful file \ |
---|
13 | manager and visual shell, useful to novice and guru alike. \ |
---|
14 | It provides a clear, user-friendly, and somewhat protected \ |
---|
15 | interface to a Unix system while making many frequent file \ |
---|
16 | operations more efficient and preserving the full power of \ |
---|
17 | the command prompt. After some practice, you will wonder how \ |
---|
18 | you could ever live without it. |
---|
19 | homepage http://www.ibiblio.org/mc/ |
---|
20 | platforms darwin |
---|
21 | master_sites http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/snapshots/ |
---|
22 | checksums md5 3d4e56a1152564331abe82e6570898ad |
---|
23 | depends_build bin:pkg-config:pkgconfig |
---|
24 | depends_lib lib:glib2:glib2 |
---|
25 | configure.args --without-x --with-screen=mcslang \ |
---|
26 | --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
---|