2012-11-15 12:39:08 +01:00
|
|
|
PORTNAME= sbxkb
|
|
|
|
PORTVERSION= 0.7.6
|
2023-02-24 10:34:40 +01:00
|
|
|
PORTREVISION= 3
|
2012-11-15 12:39:08 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= SF/staybox
|
|
|
|
|
2013-01-27 13:51:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-11-15 12:39:08 +01:00
|
|
|
COMMENT= XKB keyboard layout indicator and switcher
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://sourceforge.net/projects/staybox/
|
2012-11-15 12:39:08 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2019-11-07 19:36:55 +01:00
|
|
|
USES= gnome pkgconfig xorg
|
2022-07-28 21:54:24 +02:00
|
|
|
USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib gtk20
|
2014-08-26 16:06:08 +02:00
|
|
|
USE_XORG= x11
|
2012-11-15 12:39:08 +01:00
|
|
|
|
|
|
|
post-patch:
|
2013-01-27 13:51:44 +01:00
|
|
|
# Remove debug flag (-g) from CFLAGS
|
2012-11-15 12:39:08 +01:00
|
|
|
@${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|