diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 06:39:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 06:39:04 +0800 |
commit | abc0f03fc39aa3e5f7dda128ca8959a37236752a (patch) | |
tree | 27ee97f71604af538f2b735233cb56d80f3da653 /comms | |
parent | 85920bf2abba851958a16a664bb118a05a2fab23 (diff) | |
download | freebsd-ports-graphics-abc0f03fc39aa3e5f7dda128ca8959a37236752a.tar.gz freebsd-ports-graphics-abc0f03fc39aa3e5f7dda128ca8959a37236752a.tar.zst freebsd-ports-graphics-abc0f03fc39aa3e5f7dda128ca8959a37236752a.zip |
KMobileTools is a nice KDE-based application that allows to control mobile
phones with your PC. It handles full SMS control, dialing calls, phonebook, and
phone status monitoring. It's also integrated with the KDE environment, so it
can be embedd in Kontact, or import/export from and to KAddressBook. It has
been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones.
Anyway each AT Command compliant device should be well supported.
WWW: http://www.kmobiletools.org/
PR: ports/106940
Submitted by: Stefan Ehmann <shoesoft at gmx.net>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/kmobiletools/Makefile | 23 | ||||
-rw-r--r-- | comms/kmobiletools/distinfo | 3 | ||||
-rw-r--r-- | comms/kmobiletools/pkg-descr | 8 | ||||
-rw-r--r-- | comms/kmobiletools/pkg-plist | 8 |
5 files changed, 43 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index ba8c1b5a9a8..ce4cb76fb96 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -47,6 +47,7 @@ SUBDIR += kallers SUBDIR += kermit SUBDIR += klog + SUBDIR += kmobiletools SUBDIR += kpsk SUBDIR += ktrack SUBDIR += libfec diff --git a/comms/kmobiletools/Makefile b/comms/kmobiletools/Makefile new file mode 100644 index 00000000000..ec805fc73df --- /dev/null +++ b/comms/kmobiletools/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kmobiletools +# Date created: 2006-12-19 +# Whom: Stefan Ehmann <shoesoft@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= kmobiletools +PORTVERSION= 0.4.3.3 +CATEGORIES= comms kde +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= kmobiletools + +MAINTAINER= shoesoft@gmx.net +COMMENT= Control mobile phones with your PC + +USE_KDELIBS_VER=3 + +USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/comms/kmobiletools/distinfo b/comms/kmobiletools/distinfo new file mode 100644 index 00000000000..4de2d1de8f0 --- /dev/null +++ b/comms/kmobiletools/distinfo @@ -0,0 +1,3 @@ +MD5 (kmobiletools-0.4.3.3.tar.bz2) = 73fcc767e3f44ab4e4beda30c2c1de81 +SHA256 (kmobiletools-0.4.3.3.tar.bz2) = 35e3e6249da39847155db240a325933476f4f9af6156be68b340f937c6799c7e +SIZE (kmobiletools-0.4.3.3.tar.bz2) = 800936 diff --git a/comms/kmobiletools/pkg-descr b/comms/kmobiletools/pkg-descr new file mode 100644 index 00000000000..19280cd0860 --- /dev/null +++ b/comms/kmobiletools/pkg-descr @@ -0,0 +1,8 @@ +KMobileTools is a nice KDE-based application that allows to control mobile +phones with your PC. It handles full SMS control, dialing calls, phonebook, and +phone status monitoring. It's also integrated with the KDE environment, so it +can be embedd in Kontact, or import/export from and to KAddressBook. It has +been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones. +Anyway each AT Command compliant device should be well supported. + +WWW: http://www.kmobiletools.org/ diff --git a/comms/kmobiletools/pkg-plist b/comms/kmobiletools/pkg-plist new file mode 100644 index 00000000000..6f97041c15c --- /dev/null +++ b/comms/kmobiletools/pkg-plist @@ -0,0 +1,8 @@ +bin/kmobiletools +share/applications/kde/kmobiletools.desktop +share/apps/kmobiletools/eventsrc +share/icons/hicolor/16x16/apps/kmobiletools.png +share/icons/hicolor/32x32/apps/kmobiletools.png +share/icons/hicolor/48x48/apps/kmobiletools.png +share/icons/hicolor/64x64/apps/kmobiletools.png +@dirrm share/apps/kmobiletools |