freebsd-ports/deskutils/xfce4-xkb-plugin/Makefile
Olivier Duchateau edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00

22 lines
531 B
Makefile

# $FreeBSD$
PORTNAME= xfce4-xkb-plugin
PORTVERSION= 0.5.4.3
PORTREVISION= 3
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
MAINTAINER= xfce@FreeBSD.org
COMMENT= Keyboard layout switching plugin for Xfce4
LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext pkgconfig
USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack librsvg2
USE_XFCE= configenv panel
.include <bsd.port.mk>