2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:48 wiz Exp $
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but with many
extras. It provides all the file-management features you could
possibly want. Plus: extensive archive handling, mounted filesystem
support, FTP, advanced search module, viewer/editor, directory
synchronisation, file content comparisons, powerful batch renaming
and much much more. It supports the following archive formats:
tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle
other KIOSlaves such as smb:// or fish:// It is (almost) completely
customizable, very user friendly, fast and looks great on your desktop!
2004-08-03 15:16:44 +02:00
|
|
|
#
|
|
|
|
|
2005-02-09 12:52:03 +01:00
|
|
|
DISTNAME= krusader-1.51
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 3
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but with many
extras. It provides all the file-management features you could
possibly want. Plus: extensive archive handling, mounted filesystem
support, FTP, advanced search module, viewer/editor, directory
synchronisation, file content comparisons, powerful batch renaming
and much much more. It supports the following archive formats:
tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle
other KIOSlaves such as smb:// or fish:// It is (almost) completely
customizable, very user friendly, fast and looks great on your desktop!
2004-08-03 15:16:44 +02:00
|
|
|
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
|
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but with many
extras. It provides all the file-management features you could
possibly want. Plus: extensive archive handling, mounted filesystem
support, FTP, advanced search module, viewer/editor, directory
synchronisation, file content comparisons, powerful batch renaming
and much much more. It supports the following archive formats:
tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle
other KIOSlaves such as smb:// or fish:// It is (almost) completely
customizable, very user friendly, fast and looks great on your desktop!
2004-08-03 15:16:44 +02:00
|
|
|
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"
|