1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-im/pidgin-hotkeys/Makefile
Pav Lucistnik 35309310be - Chase libpurple shlib bump
Pointy hat to:	marcus
2007-12-13 13:02:07 +00:00

31 lines
671 B
Makefile

# New ports collection makefile for: pidgin-hotkeys
# Date created: 2006-11-23
# Whom: garga
#
# $FreeBSD$
#
PORTNAME= pidgin-hotkeys
PORTVERSION= 0.2.4
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A pidgin plugin that allows user to assign global hotkeys
LIB_DEPENDS= purple.3:${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
post-patch:
@${REINPLACE_CMD} -e 's,X11/keysym.h,X11/X.h,' ${WRKSRC}/src/hotkeys.c
.include <bsd.port.mk>