mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
25 lines
475 B
Makefile
25 lines
475 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
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
# Remove debug flag (-g) from CFLAGS
|
|
@${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|