diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 21:18:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 21:18:14 +0000 |
commit | 84a6466aea363fd87fafacc73ef2a91412c57630 (patch) | |
tree | f0ffbe1c062bb9ca959262f5da077288b40f4068 /palm | |
parent | 52129da3c0da64df16d2d30cb22735a867501310 (diff) | |
download | ports-84a6466aea363fd87fafacc73ef2a91412c57630.tar.gz ports-84a6466aea363fd87fafacc73ef2a91412c57630.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 1 | ||||
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 43a26be0ffc2..05d27ac11a96 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -34,6 +34,7 @@ SUBDIR += synce-librapi2 SUBDIR += synce-libsynce SUBDIR += synce-serial + SUBDIR += synce-trayicon SUBDIR += syncmal SUBDIR += txt2pdbdoc 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 |