freebsd-ports/x11/sbxkb/Makefile
Tijl Coosemans 216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00

26 lines
508 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
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>