1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Cleanup Makefile a bit (sort knobs), add a comment

- Drop maintainership: port is stable enough to fly solo
This commit is contained in:
Alexey Dokuchaev 2013-01-27 12:51:44 +00:00
parent c4d36571e4
commit 9f28bf6313
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311064

View File

@ -6,17 +6,17 @@ PORTVERSION= 0.7.6
CATEGORIES= x11
MASTER_SITES= SF/staybox
MAINTAINER= danfe@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= XKB keyboard layout indicator and switcher
LICENSE= GPLv3
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
USE_GNOME= gtk20
post-patch:
# Remove debug flag (-g) from CFLAGS
@${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>