summaryrefslogtreecommitdiff
path: root/deskutils/xfce4-xkb-plugin/Makefile
blob: 8bec75c592352f6f1e0b7ea14cef3469cd79b4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	xfce4-xkb-plugin
PORTVERSION=	0.7.1
CATEGORIES=	deskutils xfce
MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Keyboard layout switching plugin for the Xfce panel

LICENSE=	GPLv2

LIB_DEPENDS=	libxklavier.so:x11/libxklavier

GNU_CONFIGURE=	yes
USES=		gettext pkgconfig gmake xfce tar:bzip2
USE_GNOME=	gtk20 intltool intlhack librsvg2 libwnck
USE_XFCE=	panel
USE_XORG=	x11

.include <bsd.port.mk>