pkgsrc/sysutils/mc/Makefile
wiz 2b0b58c848 Updated mc to 4.8.18.
Version 4.8.18

- Core
  * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
  * Internals:
    * Refactoring of widget subsystem (#2919, #3632)

- Editor
  * Add syntax highlighting:
    * GLSL (#3683)
    * CUDA (#3686)

- Misc
  * Code cleanup (#3641, #3652)

- Fixes
  * Build failure on FreeBSD (#3643)
  * Incompatibility with NetBSD curses (#3665)
  * Memory leaks (#3637)
  * Subshell output lost on window resize under tmux, GNU screen (#3639)
  * --with-subshell=optional does not work (#3642)
  * Backward search is not interruptible (#3648)
  * "Output lines" has no effect (#3655)
  * Wrong handling of mouse clicks in long listing mode (#3661)
  * Panelize resets marks on marked files in many cases (#3663)
  * Cannot change directory in the active panel in some cases (#3669)
  * Filtered View doesn't work (#3646, #3660)
  * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
  * man pages use "the MC" instead of "MC" (#3644)
2016-10-19 13:33:25 +00:00

63 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.105 2016/10/19 13:33:25 wiz Exp $
DISTNAME= mc-4.8.18
CATEGORIES= sysutils
MASTER_SITES= http://www.midnight-commander.org/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://www.midnight-commander.org/
COMMENT= User-friendly file manager and visual shell
LICENSE= gnu-gpl-v2
USE_TOOLS+= pkg-config unzip:run perl:build gmake
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
# don't want to pull in python
CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/s3+
CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/uc1541
# save copies of the configure arguments, harmless
CHECK_WRKREF_SKIP+= bin/mc
CHECK_WRKREF_SKIP+= bin/mcdiff
CHECK_WRKREF_SKIP+= bin/mcedit
CHECK_WRKREF_SKIP+= bin/mcview
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
.endif
# we need working e2fsprogs and gpm packages first
CONFIGURE_ARGS+= --without-ext2undel
CONFIGURE_ARGS+= --without-gpm-mouse
CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip}
PLIST_SRC+= ${PKGDIR}/PLIST
.include "options.mk"
EGDIR= ${PREFIX}/share/examples/mc
CONFFILES+= edit.indent.rc
CONFFILES+= filehighlight.ini
CONFFILES+= mc.default.keymap
CONFFILES+= mc.emacs.keymap
CONFFILES+= mc.ext
CONFFILES+= mc.keymap
CONFFILES+= mc.menu
CONFFILES+= mcedit.menu
CONFFILES+= sfs.ini
OWN_DIRS+= ${PKG_SYSCONFDIR}/mc
.for i in ${CONFFILES}
CONF_FILES+= ${EGDIR}/${i} ${PKG_SYSCONFDIR}/mc/${i}
.endfor
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"