aboutsummaryrefslogtreecommitdiffstats
path: root/x11/sbxkb/Makefile
blob: ec001a418fcdc950b2d317f5ef9fa27ba4b3dd72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sbxkb
PORTVERSION=    0.7.6
PORTREVISION=   1
CATEGORIES= x11
MASTER_SITES=   SF/staybox

MAINTAINER= ports@FreeBSD.org
COMMENT=    XKB keyboard layout indicator and switcher

LICENSE=    GPLv3

GNU_CONFIGURE=  yes
LIBS+=      -L${LOCALBASE}/lib -lX11
USES=       pkgconfig
USE_GNOME=  gtk20
USE_XORG=   x11

post-patch:
# Remove debug flag (-g) from CFLAGS
    @${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>