pkgsrc/sysutils/krusader/Makefile
markd 5f8879679f Maintainer update to krusader 1.50
Changes:
1.50
A few small bugs since the last beta were fixed.

1.50-beta1
This version features a new user-action system, which allows you to define
your own personal actions. You can now define a profile that contains the
entire tabs on both panels. There is new popup panel that can display quick
view, tree etc., a new compare directories menu, support for selecting
certain protocols for certain mimetypes, the ability to cut, copy, and
paste files. Konqueror's right-click actions are now shown. The search now
searches on remote servers and supports profiles. Packing and unpacking to
and from remote URLs is now also supported. Handling of Arj, Lha, Ace and
Iso are now fully supported.
2004-11-29 09:26:07 +00:00

22 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/11/29 09:26:07 markd Exp $
#
DISTNAME= krusader-1.50
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_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= libtool
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"