aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xkbctrl/Makefile
blob: c89407c94f5a8b1456686aed556748d3967cd7f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Yoshiro MIHIRA <sanpei@sanpei.org>
# $FreeBSD$

PORTNAME=   xkbctrl
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   XORG/unsupported/test/Xkb/programs
DISTFILES=  Imakefile xkbctrl.c

MAINTAINER= sanpei@FreeBSD.org
COMMENT=    Display and manipulate XKB keyboard controls from the commandline

DIST_SUBDIR=    xkbctrl
PLIST_FILES=    bin/xkbctrl
USES=       imake
USE_XORG=   x11 xkbfile
NO_WRKSUBDIR=   yes

do-extract:
        @${RM} -rf ${WRKSRC}
        @${MKDIR} ${WRKSRC}
        @for _file in ${DISTFILES}; do \
            ${CP} ${DISTDIR}/${DIST_SUBDIR}/$${_file} ${WRKSRC}; \
        done

do-install:
        @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>