summaryrefslogtreecommitdiff
path: root/misc/kp/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-09 11:07:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-09 11:07:07 +0000
commitc52476ee4152bb65c81b59ef24f669c15738509b (patch)
tree248ee5b59593b421d69bd1a4e2b23c5abd5923a9 /misc/kp/Makefile
parentUpgrade to 5.16. (diff)
kp - The Keyboard Practicer, a touch-typing practice program written in
Tk, version 0.95.
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r--misc/kp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
new file mode 100644
index 000000000000..29dbc7d04636
--- /dev/null
+++ b/misc/kp/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: kp
+# Version required: 0.95
+# Date created: 8 May 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $
+#
+
+DISTNAME= kp-0.95
+CATEGORIES+= utilities
+MASTER_SITES= ftp://forgery.cs.berkeley.edu/pub/
+
+MAINTAINER= asami@FreeBSD.org
+
+EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk
+
+USE_X11= yes
+
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/kp.1
+
+.include <bsd.port.mk>