From 15e8d95cd180568f5824c460144b9546ee9d5478 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Wed, 1 Jun 2005 14:22:24 +0000 Subject: - Migrate to OPTIONS - Add MC_IN_MC knob. It allows to run mcedit inside mc. Approved by: maintainer --- misc/mc-light/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'misc/mc-light') diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index cfaef4d02665..135c335d56e9 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} @@ -19,6 +19,10 @@ RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk CONFLICTS= mc-4.6* +OPTIONS= NLS "Enable gettext support" on \ + SUBSHELL "Build with subshell support (only for bash!)" off \ + MC_IN_MC "Allow run mc inside mc (useful for mcedit)" off + USE_GMAKE= yes USE_ICONV= yes USE_GNOME= pkgconfig gnometarget @@ -33,6 +37,8 @@ CONFIGURE_ARGS+=--with-included-slang \ MAN1= mc.1 mcedit.1 MAN8= mcserv.8 +.include + .if !defined(WITH_SUBSHELL) CONFIGURE_ARGS+=--without-subshell .endif @@ -45,9 +51,13 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +.if defined(WITH_MC_IN_MC) +CONFIGURE_ENV+= CPPFLAGS=-DMC_IN_MC_ALLOWED +.endif + post-install: .for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo ${CHMOD} 755 ${PREFIX}/share/mc/extfs/${i} .endfor -.include +.include -- cgit v1.2.3