1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/gxkb/Makefile
Alexey Dokuchaev 71f22a47be Update `x11/gxkb' to version 0.8.1.
Discovered via:	repology.org
2019-01-25 18:18:36 +00:00

33 lines
653 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= gxkb
PORTVERSION= 0.8.1
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= 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>