diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-14 16:51:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-14 16:51:36 +0800 |
commit | d24be04c52c67ef7f7600b42b2ac3fe9334c2b51 (patch) | |
tree | d7e42c461a5cfde098dc480ea9b4cb88cd3a3fe3 /archivers/Makefile | |
parent | 95861ad8f45fde4ec1c8c4f8f703e781af90e70d (diff) | |
download | freebsd-ports-graphics-d24be04c52c67ef7f7600b42b2ac3fe9334c2b51.tar.gz freebsd-ports-graphics-d24be04c52c67ef7f7600b42b2ac3fe9334c2b51.tar.zst freebsd-ports-graphics-d24be04c52c67ef7f7600b42b2ac3fe9334c2b51.zip |
This is a kioslave for KDE to handle 7zip files.
Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this.
Author: Raul Fernandes <rgfbr@yahoo.com.br>
WWW: http://www.kde-apps.org/content/show.php?content=17829
PR: ports/101009
Submitted by: makc <makc at issp.ac.ru>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 0a82699acc7..32901e68be6 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -33,6 +33,7 @@ SUBDIR += hpack.non-usa.only SUBDIR += jzip.org SUBDIR += jzlib + SUBDIR += kio_p7zip SUBDIR += lbrate SUBDIR += lcab SUBDIR += lha |