blob: 38ea3b461f661348490bd72d8bcca7cb9efb7e28 (
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: pidgin-hotkeys
# Date created: 2006-11-23
# Whom: garga
#
# $FreeBSD$
#
PORTNAME= pidgin-hotkeys
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A pidgin plugin that allows user to assign global hotkeys
LIB_DEPENDS= purple.1:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
USE_GNOME= pkgconfig gtk20
GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/hotkeys.so \
lib/pidgin/hotkeys.la
.include <bsd.port.mk>
|