mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
600 B
Makefile
28 lines
600 B
Makefile
# 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>
|