aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-xkb-plugin/Makefile
blob: 126f86b3ba063b883fc47f34aea4943345f87c78 (plain) (blame)
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:${PORTSDIR}/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>