aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xkbctrl/Makefile
blob: c203945667b7690d5fdf135c9c47d8c05671d688 (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
# New ports collection makefile for:    xkbctrl
# Date created:     9 January 2000
# Whom:         Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#

PORTNAME=   xkbctrl
PORTVERSION=    1.0
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.x.org/pub/unsupported/test/Xkb/programs/
DISTFILES=  Imakefile xkbctrl.c

MAINTAINER= sanpei@FreeBSD.org

DIST_SUBDIR=    xkbctrl
USE_IMAKE=  yes
NO_WRKSUBDIR=   yes

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

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

.include <bsd.port.mk>