mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
c528884aa7
r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2.
22 lines
544 B
Makefile
22 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-xkb-plugin
|
|
PORTVERSION= 0.5.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Keyboard layout switching plugin for the Xfce panel
|
|
|
|
LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext pkgconfig gmake tar:bzip2
|
|
USE_GNOME= gtk20 intltool intlhack librsvg2 libwnck
|
|
USE_XFCE= configenv libmenu libutil panel
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|