1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/sbxkb/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

26 lines
485 B
Makefile

# 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>