diff options
author | pav <pav@FreeBSD.org> | 2003-12-17 05:18:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-17 05:18:14 +0800 |
commit | 565fe5e6cddbcf44f163ba68a820641ff9f9b7ad (patch) | |
tree | 8a377effd51ecf793ac3ece3a0f065069986117a /palm/synce-trayicon | |
parent | ab644a73ff9e707678d2a9371701744e8b5c5a3e (diff) | |
download | freebsd-ports-gnome-565fe5e6cddbcf44f163ba68a820641ff9f9b7ad.tar.gz freebsd-ports-gnome-565fe5e6cddbcf44f163ba68a820641ff9f9b7ad.tar.zst freebsd-ports-gnome-565fe5e6cddbcf44f163ba68a820641ff9f9b7ad.zip |
Add synce-trayicon, an icon for notification area displaying statistics
of connected Windows CE device.
PR: ports/56069
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'palm/synce-trayicon')
-rw-r--r-- | palm/synce-trayicon/Makefile | 26 | ||||
-rw-r--r-- | palm/synce-trayicon/distinfo | 1 | ||||
-rw-r--r-- | palm/synce-trayicon/pkg-descr | 5 | ||||
-rw-r--r-- | palm/synce-trayicon/pkg-plist | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile new file mode 100644 index 000000000000..8028bc435b04 --- /dev/null +++ b/palm/synce-trayicon/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: synce-trayicon +# Date created: 28 August 2003 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD$ + +PORTNAME= synce-trayicon +PORTVERSION= 0.8 +CATEGORIES= palm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= synce + +MAINTAINER= boris@brooknet.com.au +COMMENT= GNOME tray icon showing battery and storage status of a WinCE device + +BUILD_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs +RUN_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs + +USE_GNOME= libgnomeui gnometarget + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ + --with-librapi2=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/palm/synce-trayicon/distinfo b/palm/synce-trayicon/distinfo new file mode 100644 index 000000000000..6a331fe8391a --- /dev/null +++ b/palm/synce-trayicon/distinfo @@ -0,0 +1 @@ +MD5 (synce-trayicon-0.8.tar.gz) = c08301f9c19de192255298d3b8c4af93 diff --git a/palm/synce-trayicon/pkg-descr b/palm/synce-trayicon/pkg-descr new file mode 100644 index 000000000000..2ff74c0493f7 --- /dev/null +++ b/palm/synce-trayicon/pkg-descr @@ -0,0 +1,5 @@ +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +The trayicon sits in the notification area displays information about a +connected Windows CE device such as battery charge and storage space. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/synce-trayicon/pkg-plist b/palm/synce-trayicon/pkg-plist new file mode 100644 index 000000000000..9a20c1a34eb0 --- /dev/null +++ b/palm/synce-trayicon/pkg-plist @@ -0,0 +1,4 @@ +bin/synce-trayicon +share/pixmaps/synce/synce-color-small.png +share/pixmaps/synce/synce-gray-small.png +@dirrm share/pixmaps/synce |