1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11/perwindowlayoutd/Makefile
2021-04-06 16:31:07 +02:00

27 lines
529 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= perwindowlayoutd
PORTVERSION= 0.6
CATEGORIES= x11
MASTER_SITES= SF/perwindowlayout
MAINTAINER= danfe@FreeBSD.org
COMMENT= Keeps per-window keyboard layout under X11
LICENSE= GPLv3
USES= localbase xorg
GNU_CONFIGURE= yes
USE_XORG= x11
PLIST_FILES= bin/perWindowLayoutD
PORTDOCS= AUTHORS README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>