mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
29 lines
644 B
Makefile
29 lines
644 B
Makefile
# New ports collection makefile for: kp
|
|
# Date created: 8 May 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kp
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 2
|
|
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
|
|
USE_XORG= ice sm x11 xaw xext xmu xp xpm xt
|
|
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>
|