blob: 101abc79c1ed2149e36d5e17be62160cc883b2a2 (
plain) (
tree)
|
|
# New ports collection makefile for: kp
# Date created: 8 May 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= kp
PORTVERSION= 1.00
PORTREVISION= 1
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>
|