7ae19c3ad4
Convert USE_GMAKE to USES=gmake
26 lines
577 B
Makefile
26 lines
577 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pidgin-hotkeys
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 16
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= A pidgin plugin that allows user to assign global hotkeys
|
|
|
|
LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
|
|
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= 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>
|