diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-09 21:31:10 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-09 21:31:10 +0800 |
commit | e4e3467bb55eed236c5a3ab394eb0b83c885db96 (patch) | |
tree | 8face6dd67cae24ae0b92477d7c8fddf3626d10c /net | |
parent | f2d50552396139843ecd98949c9914733d17e4eb (diff) | |
download | freebsd-ports-gnome-e4e3467bb55eed236c5a3ab394eb0b83c885db96.tar.gz freebsd-ports-gnome-e4e3467bb55eed236c5a3ab394eb0b83c885db96.tar.zst freebsd-ports-gnome-e4e3467bb55eed236c5a3ab394eb0b83c885db96.zip |
Add kontact-plugins, for kontact (part of kdepim).
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 |