diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-09 13:31:10 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-09 13:31:10 +0000 |
commit | e4e3467bb55eed236c5a3ab394eb0b83c885db96 (patch) | |
tree | 8face6dd67cae24ae0b92477d7c8fddf3626d10c | |
parent | f2d50552396139843ecd98949c9914733d17e4eb (diff) | |
download | FreeBSD-ports-e4e3467bb55eed236c5a3ab394eb0b83c885db96.zip FreeBSD-ports-e4e3467bb55eed236c5a3ab394eb0b83c885db96.tar.gz |
Add kontact-plugins, for kontact (part of kdepim).
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/kontact-plugins/Makefile | 37 | ||||
-rw-r--r-- | net/kontact-plugins/distinfo | 2 | ||||
-rw-r--r-- | net/kontact-plugins/pkg-descr | 3 | ||||
-rw-r--r-- | net/kontact-plugins/pkg-plist | 7 |
5 files changed, 50 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e01e92b..f6ff66c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -237,6 +237,7 @@ SUBDIR += kmerlin SUBDIR += kmess SUBDIR += kmldonkey + SUBDIR += kontact-plugins SUBDIR += konverse SUBDIR += kopete SUBDIR += kpopup diff --git a/net/kontact-plugins/Makefile b/net/kontact-plugins/Makefile new file mode 100644 index 0000000..2069b0d --- /dev/null +++ b/net/kontact-plugins/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: kontact-plugins +# Date created: 11 Febrary 2004 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ${KONTACTPLUG_PORTNAME} +PORTVERSION= ${KONTACTPLUG_PORTVERSION} +PORTREVISION= ${KONTACTPLUG_PORTREVISION} +CATEGORIES= net kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Newsticker plugin for Kontact + +IGNORE= This port is part of KDE 3.2.1 and is not yet ready + +LIB_DEPENDS= kdepim:${PORTSDIR}/deskutils/kdepim3 + +KDE_SPLIT= kontact +KDE_DOC_SPLIT= # none +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> diff --git a/net/kontact-plugins/distinfo b/net/kontact-plugins/distinfo new file mode 100644 index 0000000..95aca61 --- /dev/null +++ b/net/kontact-plugins/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kdeaddons-3.2.1.tar.bz2) = c73c1777d3f5c25f46cd782fcca9fc35 +SIZE (KDE/kdeaddons-3.2.1.tar.bz2) = 1371322 diff --git a/net/kontact-plugins/pkg-descr b/net/kontact-plugins/pkg-descr new file mode 100644 index 0000000..098934b --- /dev/null +++ b/net/kontact-plugins/pkg-descr @@ -0,0 +1,3 @@ +Newsticker plugin for Kontact. + +WWW: http://www.kde.org diff --git a/net/kontact-plugins/pkg-plist b/net/kontact-plugins/pkg-plist new file mode 100644 index 0000000..c86a74c --- /dev/null +++ b/net/kontact-plugins/pkg-plist @@ -0,0 +1,7 @@ +lib/kde3/kcm_kontactknt.la +lib/kde3/kcm_kontactknt.so +lib/kde3/libkontact_newstickerplugin.la +lib/kde3/libkontact_newstickerplugin.so +share/applications/kdeaddons-kontact-plugins-3.2.1 +share/services/kcmkontactknt.desktop +share/services/kontact/newstickerplugin.desktop |