freebsd-ports/net-im/pidgin-hotkeys/Makefile
Renato Botelho e65446a1f6 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/
2006-11-23 18:20:42 +00:00

32 lines
671 B
Makefile

# 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>