mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
26 lines
496 B
Makefile
26 lines
496 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= gnome pkgconfig xorg
|
|
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>
|