aboutsummaryrefslogblamecommitdiff
path: root/x11/xkb-switch/Makefile
blob: 37e3ebe13d53dce3284ae0d87770143c19275416 (plain) (tree)































                                                                         
# 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>