aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-hotkeys/Makefile
blob: 43da30f81de8e8b9c8fd2d2349290e439adb34e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	gaim-hotkeys
# Date created:		2006-11-23
# Whom:			garga
#
# $FreeBSD$
#

PORTNAME=	gaim-hotkeys
PORTVERSION=	0.2.2
PORTREVISION=	1
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/libpurple
BUILD_DEPENDS=	gaim:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS=	gaim:${PORTSDIR}/net-im/pidgin

USE_GNOME=	pkgconfig gtk20
GNU_CONFIGURE=	yes

PLIST_FILES=	lib/gaim/hotkeys.so \
		lib/gaim/hotkeys.la

.include <bsd.port.mk>