Lines 1-5
Link Here
|
1 |
PORTNAME= mc |
1 |
PORTNAME= mc |
2 |
PORTVERSION= 4.8.31 |
2 |
DISTVERSION= 4.8.32 |
3 |
CATEGORIES= misc shells |
3 |
CATEGORIES= misc shells |
4 |
MASTER_SITES= http://ftp.midnight-commander.org/ \ |
4 |
MASTER_SITES= http://ftp.midnight-commander.org/ \ |
5 |
https://ftp.osuosl.org/pub/midnightcommander/ |
5 |
https://ftp.osuosl.org/pub/midnightcommander/ |
Lines 13-33
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
13 |
|
13 |
|
14 |
RUN_DEPENDS= zip:archivers/zip |
14 |
RUN_DEPENDS= zip:archivers/zip |
15 |
|
15 |
|
16 |
.if ${:!diff --version 2>/dev/null | grep -c GNU\ diffutils || :!} < 1 |
|
|
17 |
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c |
18 |
RUN_DEPENDS+= gdiff:textproc/diffutils |
19 |
.endif |
20 |
|
21 |
USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz |
16 |
USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz |
|
|
17 |
USE_GNOME= glib20 |
18 |
|
22 |
SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ |
19 |
SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ |
23 |
${WRKSRC}/src/vfs/extfs/helpers/uc1541 |
20 |
${WRKSRC}/src/vfs/extfs/helpers/uc1541 |
24 |
python_OLD_CMD= @PYTHON@ |
21 |
python_OLD_CMD= @PYTHON@ |
25 |
USE_GNOME= glib20 |
22 |
|
26 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |
|
|
28 |
CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${UNZIP_NATIVE_CMD} |
24 |
CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${UNZIP_NATIVE_CMD} |
29 |
|
25 |
|
30 |
PORTDOCS= AUTHORS FAQ HACKING MAINTAINERS NEWS README TODO |
26 |
.if ${:!diff --version 2>/dev/null | grep -c GNU\ diffutils || :!} < 1 |
|
|
27 |
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c |
28 |
RUN_DEPENDS+= gdiff:textproc/diffutils |
29 |
.endif |
30 |
|
31 |
PORTDOCS= COPYING FAQ HACKING INSTALL NEWS README TODO |
31 |
|
32 |
|
32 |
OPTIONS_DEFINE= ASPELL DOCS EDITOR EXTATTR ICONV NLS PCRE2 SFTP SUBSHELL X11 |
33 |
OPTIONS_DEFINE= ASPELL DOCS EDITOR EXTATTR ICONV NLS PCRE2 SFTP SUBSHELL X11 |
33 |
OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SUBSHELL X11 |
34 |
OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SUBSHELL X11 |
Lines 47-79
X11_DESC= X11 events support (if available)
Link Here
|
47 |
ASPELL_BUILD_DEPENDS= ${LOCALBASE}/include/aspell.h:textproc/aspell |
48 |
ASPELL_BUILD_DEPENDS= ${LOCALBASE}/include/aspell.h:textproc/aspell |
48 |
ASPELL_RUN_DEPENDS= ${LOCALBASE}/share/aspell/en.multi:textproc/en-aspell |
49 |
ASPELL_RUN_DEPENDS= ${LOCALBASE}/share/aspell/en.multi:textproc/en-aspell |
49 |
ASPELL_CONFIGURE_ENABLE=aspell |
50 |
ASPELL_CONFIGURE_ENABLE=aspell |
50 |
|
|
|
51 |
EDITOR_CONFIGURE_WITH= internal-edit |
51 |
EDITOR_CONFIGURE_WITH= internal-edit |
52 |
|
|
|
53 |
EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core |
52 |
EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core |
54 |
|
|
|
55 |
ICONV_USES= iconv |
53 |
ICONV_USES= iconv |
56 |
ICONV_CONFIGURE_ENABLE= charset |
54 |
ICONV_CONFIGURE_ENABLE= charset |
57 |
|
|
|
58 |
NCURSES_CONFIGURE_ON= --with-screen=ncurses |
55 |
NCURSES_CONFIGURE_ON= --with-screen=ncurses |
59 |
NCURSES_CFLAGS+= -DNCURSES_WIDECHAR |
56 |
NCURSES_CFLAGS+= -DNCURSES_WIDECHAR |
60 |
|
57 |
NLS_USES= gettext |
61 |
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} |
58 |
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} |
62 |
NLS_CONFIGURE_OFF= --disable-nls |
59 |
NLS_CONFIGURE_OFF= --disable-nls |
63 |
NLS_USES= gettext |
|
|
64 |
|
65 |
PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 |
60 |
PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 |
66 |
PCRE2_CONFIGURE_ON= --with-search-engine=pcre2 |
61 |
PCRE2_CONFIGURE_ON= --with-search-engine=pcre2 |
67 |
|
|
|
68 |
SFTP_LIB_DEPENDS= libssh2.so:security/libssh2 |
62 |
SFTP_LIB_DEPENDS= libssh2.so:security/libssh2 |
69 |
SFTP_CONFIGURE_ENABLE= vfs-sftp |
63 |
SFTP_CONFIGURE_ENABLE= vfs-sftp |
70 |
|
|
|
71 |
SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 |
64 |
SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 |
72 |
SLANG_CONFIGURE_ON= --with-screen=slang |
65 |
SLANG_CONFIGURE_ON= --with-screen=slang |
73 |
|
|
|
74 |
SUBSHELL_CONFIGURE_WITH=subshell |
66 |
SUBSHELL_CONFIGURE_WITH=subshell |
75 |
SUBSHELL_SUB_FILES= pkg-message |
67 |
SUBSHELL_SUB_FILES= pkg-message |
76 |
|
|
|
77 |
X11_BUILD_DEPENDS= ${LOCALBASE}/include/X11/Xlib.h:x11/libX11 |
68 |
X11_BUILD_DEPENDS= ${LOCALBASE}/include/X11/Xlib.h:x11/libX11 |
78 |
X11_CONFIGURE_WITH= x |
69 |
X11_CONFIGURE_WITH= x |
79 |
|
70 |
|