freebsd-ports/x11/xkb-switch/Makefile
Pawel Pekala b493dc4c03 Small program that allows to query and change the XKB layout state from
command line.

WWW: https://github.com/ierton/xkb-switch

PR:		210501
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2016-07-03 18:05:08 +00:00

32 lines
577 B
Makefile

# Created by: Dmitri Goutnik <dg@syrec.org>
# $FreeBSD$
PORTNAME= xkb-switch
PORTVERSION= 0.0.20160417
CATEGORIES= x11
MAINTAINER= dg@syrec.org
COMMENT= Switch your X keyboard layouts from the command line
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ierton
GH_TAGNAME= e6266a1
USES= cmake
USE_XORG= x11 xkbfile
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/xkb-switch \
lib/libxkbswitch.so
PORTDOCS= README.md
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>