diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-11-23 18:20:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-11-23 18:20:42 +0000 |
commit | e65446a1f669b98d25dd25c61e7bc95e15787141 (patch) | |
tree | 8e739e98a93c14a98fc061efe35b5f7eb157455f /net-im/pidgin-hotkeys | |
parent | 144fb16b91bd412ad3e46dfa65b61fc60cf9e047 (diff) | |
download | ports-e65446a1f669b98d25dd25c61e7bc95e15787141.tar.gz ports-e65446a1f669b98d25dd25c61e7bc95e15787141.zip |
Notes
Diffstat (limited to 'net-im/pidgin-hotkeys')
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 32 | ||||
-rw-r--r-- | net-im/pidgin-hotkeys/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-hotkeys/pkg-descr | 6 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile new file mode 100644 index 000000000000..6148938a0ca0 --- /dev/null +++ b/net-im/pidgin-hotkeys/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gaim-hotkeys +# Date created: 2006-11-23 +# Whom: garga +# +# $FreeBSD$ +# + +PORTNAME= gaim-hotkeys +PORTVERSION= 0.2.2 +CATEGORIES= net-im +MASTER_SITES= SF + +MAINTAINER= garga@FreeBSD.org +COMMENT= A gaim plugin that allows user to assign global hotkeys + +LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim +BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel + +USE_GNOME= pkgconfig gtk20 +GNU_CONFIGURE= yes + +PLIST_FILES= lib/gaim/hotkeys.so \ + lib/gaim/hotkeys.la + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= net-im/libgaim doesn't build on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/pidgin-hotkeys/distinfo b/net-im/pidgin-hotkeys/distinfo new file mode 100644 index 000000000000..701112498626 --- /dev/null +++ b/net-im/pidgin-hotkeys/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-hotkeys-0.2.2.tar.gz) = 9c413e3e1a4a56f004792794a277cae0 +SHA256 (gaim-hotkeys-0.2.2.tar.gz) = 2004a89f45af5fc8eb01c53a3def935a59e9ee296bafe26e755fb4bcecda6239 +SIZE (gaim-hotkeys-0.2.2.tar.gz) = 341544 diff --git a/net-im/pidgin-hotkeys/pkg-descr b/net-im/pidgin-hotkeys/pkg-descr new file mode 100644 index 000000000000..119404f8aaae --- /dev/null +++ b/net-im/pidgin-hotkeys/pkg-descr @@ -0,0 +1,6 @@ +A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for +togglling buddy list and reading queued message. When "Toggle List" hotkey is +enabled, it makes the buddy list hidden from your taskbar and task switcher +(similar to ICQ). + +WWW: http://sourceforge.net/projects/gaim-hotkeys/ |