diff options
author | markd <markd@pkgsrc.org> | 2004-08-03 13:16:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-08-03 13:16:44 +0000 |
commit | 827950c5f4fb77e62faa426e7a405cfc8476a21f (patch) | |
tree | 8d6d87fc64d407fc6f2e9662c9a537b4d885aeb5 /sysutils/krusader/Makefile | |
parent | e6f309d4bf56385bce87414969b42c3db73f4fb0 (diff) | |
download | pkgsrc-827950c5f4fb77e62faa426e7a405cfc8476a21f.tar.gz |
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!
Diffstat (limited to 'sysutils/krusader/Makefile')
-rw-r--r-- | sysutils/krusader/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/krusader/Makefile b/sysutils/krusader/Makefile new file mode 100644 index 00000000000..d164c47ad10 --- /dev/null +++ b/sysutils/krusader/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/03 13:16:44 markd Exp $ +# + +DISTNAME= krusader-1.40 +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" |