mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add kfile-plugins, a collection of plugins for konqueror (part of kdebase) in
filemanager-mode.
This commit is contained in:
parent
e2df73802d
commit
0880dbf474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103397
@ -196,6 +196,7 @@
|
||||
SUBDIR += kdeedu3
|
||||
SUBDIR += kdeutils3
|
||||
SUBDIR += kenny
|
||||
SUBDIR += kfile-plugins
|
||||
SUBDIR += koffice-i18n
|
||||
SUBDIR += koffice-i18n-af
|
||||
SUBDIR += koffice-i18n-bs
|
||||
|
36
misc/kfile-plugins/Makefile
Normal file
36
misc/kfile-plugins/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: kfile-plugins
|
||||
# Date created: 11 Febrary 2004
|
||||
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ${KFILEPLUGINS_PORTNAME}
|
||||
PORTVERSION= ${KFILEPLUGINS_PORTVERSION}
|
||||
PORTREVISION= ${KFILEPLUGINS_PORTREVISION}
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Plugins for Konqueror (in filemanager mode)
|
||||
|
||||
IGNORE= This port is part of KDE 3.2.1 and is not yet ready
|
||||
|
||||
KDE_SPLIT= ${KFILEPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//}
|
||||
KDE_DOC_SPLIT= # none
|
||||
USE_KDEBASE_VER=3
|
||||
USE_KDELIBS_VER=3
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
|
||||
.include <bsd.port.mk>
|
2
misc/kfile-plugins/distinfo
Normal file
2
misc/kfile-plugins/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (KDE/kdeaddons-3.2.1.tar.bz2) = c73c1777d3f5c25f46cd782fcca9fc35
|
||||
SIZE (KDE/kdeaddons-3.2.1.tar.bz2) = 1371322
|
3
misc/kfile-plugins/pkg-descr
Normal file
3
misc/kfile-plugins/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Plugins for Konqueror (in filemanager mode).
|
||||
|
||||
WWW: http://www.kde.org
|
13
misc/kfile-plugins/pkg-plist
Normal file
13
misc/kfile-plugins/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
lib/kde3/kfile_desktop.la
|
||||
lib/kde3/kfile_desktop.so
|
||||
lib/kde3/kfile_folder.la
|
||||
lib/kde3/kfile_folder.so
|
||||
lib/kde3/kfile_html.la
|
||||
lib/kde3/kfile_html.so
|
||||
lib/kde3/kfile_txt.la
|
||||
lib/kde3/kfile_txt.so
|
||||
share/applications/kdeaddons-kfile-plugins-3.2.1
|
||||
share/services/kfile_desktop.desktop
|
||||
share/services/kfile_folder.desktop
|
||||
share/services/kfile_html.desktop
|
||||
share/services/kfile_txt.desktop
|
Loading…
Reference in New Issue
Block a user