diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-26 01:22:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-26 01:22:10 +0800 |
commit | c959b232c5e4c35b815bb694414dd2f5a916b309 (patch) | |
tree | 85eb4fb7152c76ca7159d74853219fd6f119e584 | |
parent | f4d307d1a287a93bc74f292e793fd9fe27739879 (diff) | |
download | marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar.gz marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar.bz2 marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar.lz marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar.xz marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.tar.zst marcuscom-ports-c959b232c5e4c35b815bb694414dd2f5a916b309.zip |
Add synce-trayicon and chase the libgtop2 shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5321 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | palm/synce-trayicon/Makefile | 29 | ||||
-rw-r--r-- | palm/synce-trayicon/distinfo | 3 | ||||
-rw-r--r-- | palm/synce-trayicon/pkg-descr | 5 | ||||
-rw-r--r-- | palm/synce-trayicon/pkg-plist | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile new file mode 100644 index 000000000..b2e9f95bc --- /dev/null +++ b/palm/synce-trayicon/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: synce-trayicon +# Date created: 28 August 2003 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD: ports/palm/synce-trayicon/Makefile,v 1.9 2005/11/05 05:21:16 marcus Exp $ + +PORTNAME= synce-trayicon +PORTVERSION= 0.9.0 +PORTREVISION= 3 +CATEGORIES= palm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= synce + +MAINTAINER= ports@FreeBSD.org +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 +LIB_DEPENDS= gtop-2.0.0:${PORTSDIR}/devel/libgtop2 + +USE_GNOME= libgnomeui gnometarget + +USE_GMAKE= yes +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 000000000..5ba7bf43f --- /dev/null +++ b/palm/synce-trayicon/distinfo @@ -0,0 +1,3 @@ +MD5 (synce-trayicon-0.9.0.tar.gz) = b639e3f681d01d69e6a1c703ab4fc8e8 +SHA256 (synce-trayicon-0.9.0.tar.gz) = 1904254ff51a3be56ed8d21bc993df580f16bb01fec25a6bf35fe080dd42ed9e +SIZE (synce-trayicon-0.9.0.tar.gz) = 375464 diff --git a/palm/synce-trayicon/pkg-descr b/palm/synce-trayicon/pkg-descr new file mode 100644 index 000000000..2ff74c049 --- /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 000000000..ceeb07051 --- /dev/null +++ b/palm/synce-trayicon/pkg-plist @@ -0,0 +1,8 @@ +bin/synce-trayicon +share/locale/ru/LC_MESSAGES/synce-trayicon.mo +share/locale/sv/LC_MESSAGES/synce-trayicon.mo +share/pixmaps/synce/synce-color-small.png +share/pixmaps/synce/synce-gray-small.png +share/synce/synce_trayicon_properties.glade +@dirrm share/pixmaps/synce +@unexec rmdir %D/share/synce 2> /dev/null || true |