View | Details | Raw Unified | Return to bug 207487 | Differences between
and this patch

Collapse All | Expand All

(-)misc/mc/Makefile (-5 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mc
4
PORTNAME=	mc
5
PORTVERSION=	4.8.16
5
PORTVERSION=	4.8.16
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	misc shells
7
CATEGORIES=	misc shells
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
9
		http://ftp.osuosl.org/pub/midnightcommander/ \
9
		http://ftp.osuosl.org/pub/midnightcommander/ \
Lines 16-23 Link Here
16
17
17
LICENSE=	GPLv3
18
LICENSE=	GPLv3
18
19
19
LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
20
21
CONFLICTS=	mc-light-4*
20
CONFLICTS=	mc-light-4*
22
21
23
USES=		gmake shebangfix perl5 pkgconfig tar:xz libtool
22
USES=		gmake shebangfix perl5 pkgconfig tar:xz libtool
Lines 30-43 Link Here
30
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV=	ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
30
CONFIGURE_ENV=	ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
32
31
33
OPTIONS_DEFINE=	DOCS EDITOR ICONV NLS SMB SUBSHELL X11
32
OPTIONS_DEFINE=	DOCS EDITOR ICONV NLS SFTP SMB SUBSHELL X11
34
33
35
OPTIONS_SINGLE=	SCREEN
34
OPTIONS_SINGLE=	SCREEN
36
OPTIONS_SINGLE_SCREEN=	SLANG NCURSES
35
OPTIONS_SINGLE_SCREEN=	SLANG NCURSES
37
36
38
OPTIONS_DEFAULT=	EDITOR ICONV SLANG SMB SUBSHELL X11
37
OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
39
38
40
EDITOR_DESC=	Build with internal editor
39
EDITOR_DESC=	Build with internal editor
40
SFTP_DESC=	Support for SFTP (via libssh)
41
SUBSHELL_DESC=	Build with subshell support
41
SUBSHELL_DESC=	Build with subshell support
42
42
43
OPTIONS_SUB=	yes
43
OPTIONS_SUB=	yes
Lines 54-59 Link Here
54
NLS_CPPFLAGS=		-I${LOCALBASE}/include
54
NLS_CPPFLAGS=		-I${LOCALBASE}/include
55
NLS_LDFLAGS=		-L${LOCALBASE}/lib
55
NLS_LDFLAGS=		-L${LOCALBASE}/lib
56
56
57
SFTP_LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
58
SFTP_CONFIGURE_ENABLE=	vfs-sftp
59
57
SLANG_LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2
60
SLANG_LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2
58
SLANG_CONFIGURE_ON=	--with-screen=slang --with-slang-includes=${LOCALBASE}/include
61
SLANG_CONFIGURE_ON=	--with-screen=slang --with-slang-includes=${LOCALBASE}/include
59
62

Return to bug 207487