mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
5c97fbea8c
Reported by: portfmt scan
35 lines
718 B
Makefile
35 lines
718 B
Makefile
PORTNAME= xkb-switch
|
|
PORTVERSION= 1.8.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= Switch your X keyboard layouts from the command line
|
|
WWW= https://github.com/ierton/xkb-switch
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cmake xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ierton
|
|
USE_XORG= x11 xkbfile
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DMAN_COMPRESSION="gz" -DMANDIR="${PREFIX}/share/man"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PLIST_FILES= bin/xkb-switch \
|
|
lib/libxkbswitch.so \
|
|
lib/libxkbswitch.so.1 \
|
|
lib/libxkbswitch.so.1.8.5 \
|
|
share/man/man1/xkb-switch.1.gz
|
|
|
|
PORTDOCS= README.md
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|