1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/sbxkb/Makefile
2014-01-05 12:11:26 +00:00

24 lines
461 B
Makefile

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