freebsd-ports/x11/perwindowlayoutd/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

27 lines
541 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
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>