3d00950442
PR: 217851 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
31 lines
550 B
Makefile
31 lines
550 B
Makefile
# Created by: Dmitri Goutnik <dg@syrec.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xkb-switch
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
COMMENT= Switch your X keyboard layouts from the command line
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ierton
|
|
|
|
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>
|