2006-08-30 02:07:00 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2006/08/30 00:07:00 markd 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
|
|
|
#
|
|
|
|
|
2006-08-30 02:07:00 +02:00
|
|
|
DISTNAME= krusader-1.70.1
|
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
|
|
|
|
|
2006-08-30 02:07:00 +02:00
|
|
|
USE_TOOLS+= gmake perl
|
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
|
|
|
|
|
2006-07-07 17:49:30 +02:00
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
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
|
|
|
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
2006-05-25 14:49:39 +02:00
|
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
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
|
|
|
.include "../../mk/bsd.pkg.mk"
|