aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kp/Makefile
blob: 0d703321b84f171b2fc8c0318f3e5c3a0e554092 (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
# New ports collection makefile for:    kp
# Date created:         8 May 1995
# Whom:                 asami
#
# $FreeBSD$
#

PORTNAME=   kp
PORTVERSION=    1.00
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor

MAINTAINER= ports@FreeBSD.org
COMMENT=    The Keyboard Practicer, touch-type training program

USE_MOTIF=  yes
USE_IMAKE=  yes
MAN1=       kp.1

post-install:
    ${MKDIR} ${PREFIX}/share/kp/xmodmaps
    cd ${WRKSRC}; ${INSTALL_DATA} COPYRIGHT README ${PREFIX}/share/kp
    cd ${WRKSRC}/xmodmaps; ${INSTALL_DATA} * ${PREFIX}/share/kp/xmodmaps

.include <bsd.port.mk>