mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
52129da3c0
commit
84a6466aea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95967
@ -34,6 +34,7 @@
|
||||
SUBDIR += synce-librapi2
|
||||
SUBDIR += synce-libsynce
|
||||
SUBDIR += synce-serial
|
||||
SUBDIR += synce-trayicon
|
||||
SUBDIR += syncmal
|
||||
SUBDIR += txt2pdbdoc
|
||||
|
||||
|
26
palm/synce-trayicon/Makefile
Normal file
26
palm/synce-trayicon/Makefile
Normal file
@ -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>
|
1
palm/synce-trayicon/distinfo
Normal file
1
palm/synce-trayicon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (synce-trayicon-0.8.tar.gz) = c08301f9c19de192255298d3b8c4af93
|
5
palm/synce-trayicon/pkg-descr
Normal file
5
palm/synce-trayicon/pkg-descr
Normal file
@ -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/
|
4
palm/synce-trayicon/pkg-plist
Normal file
4
palm/synce-trayicon/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user