65be1635f0
Basically, Krusader-1.90.0 = Krusader-1.80.0 + bugfixes + Krusader Extensions sent in by our loyal users. Thanks! + Improvements: - GCC 4.3 compatibility - KDE 3.2 through KDE 3.5 compatibility - bugfixes + Many Krusader Extensions: - Keymaps, use keybindings of other commanders or customized keybindings! - Colormaps, use colors of other commanders or customized colors! - Useractions, create actions for your own needs! - Javascript useractions, create actions with additional javascript power for your own needs! + Krusader Extensions highlights: + Color schemes: Total Commander, Dos Navigator, Midnight Commander, bash + Keymap: Midnight Commander + Useractions: - Search and Replace in file - Split large mp3 files - Copy as root - Archive foo to dir - lzma and tar.lzma archive support - tar.7z archive support - ar (.a, .deb,...) archive support - Unpack multiple zip archives - kgpg: encrypt, decrypt, sign, verify signature - .uue file support (uuencode and uudecode) + Javascript useractions: - Recode files using iconv or GNU recode - Mount as root - Select from file - Calculator
27 lines
744 B
Makefile
27 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/10/15 08:21:23 markd Exp $
|
|
#
|
|
|
|
DISTNAME= krusader-1.90.0
|
|
CATEGORIES= kde sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krusader/}
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://krusader.sourceforge.net/
|
|
COMMENT= Advanced twin-panel (commander-style) file-manager for KDE 3.x
|
|
|
|
USE_TOOLS+= gmake perl msgfmt
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|