mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9e909ae079
- Fixed segfault after executing setxkbmap(1) - Fixed ftbfs (build?) with GCC 10 - Fixed recursion in xkb_config_xkl_state_changed() - Merged ayatana-appindicator.patch from Debian Reported by: portscout
33 lines
659 B
Makefile
33 lines
659 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gxkb
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= X11 keyboard layout indicator and switcher
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libxklavier.so:x11/libxklavier \
|
|
libwnck-1.so:x11-toolkits/libwnck
|
|
|
|
USES= gnome pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gdkpixbuf2 glib20 gtk20
|
|
|
|
PORTDOCS= AUTHORS NEWS
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch-DOCS-on:
|
|
@${REINPLACE_CMD} -e '/^doc_DATA/s, C[^ ]*,,g' \
|
|
${WRKSRC}/doc/Makefile.in
|
|
|
|
post-patch-DOCS-off:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s, doc,,' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|