1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/x11/sbxkb/Makefile
Alexey Dokuchaev 95b6b3e4ca Add a port of sbxkb, modernized replacement for classic xxkb. It sometimes
works better in modern desktop environments.

Feature safe:	yes
2012-11-15 11:39:08 +00:00

23 lines
408 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= sbxkb
PORTVERSION= 0.7.6
CATEGORIES= x11
MASTER_SITES= SF/staybox
MAINTAINER= danfe@FreeBSD.org
COMMENT= XKB keyboard layout indicator and switcher
LICENSE= GPLv3
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
post-patch:
@${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>