diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 13:31:10 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 13:31:10 +0000 |
commit | 8d45afa9f75384eb7e3e235a3dd7de988c7a90e8 (patch) | |
tree | 0ebe825311647ab0a3299ad1e29c8abea4a0dd38 /net | |
parent | Add noatun-plugins, various plugins for noatun (part of kdemultimedia). (diff) |
Add kontact-plugins, for kontact (part of kdepim).
Notes
Notes:
svn path=/head/; revision=103422
Diffstat (limited to 'net')
-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 e01e92b147f8..f6ff66c63648 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 000000000000..2069b0dad06c --- /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 000000000000..95aca618ce40 --- /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 000000000000..098934b0c649 --- /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 000000000000..c86a74c0fe9b --- /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 |