summaryrefslogtreecommitdiff
path: root/misc/kp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r--misc/kp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
new file mode 100644
index 00000000000..2fd9247d864
--- /dev/null
+++ b/misc/kp/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: kp
+# Version required: 0.96
+# Date created: 8 May 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:25 hubertf Exp $
+#
+
+DISTNAME= kp-0.96
+CATEGORIES= misc tk41
+MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/
+
+MAINTAINER= asami@FreeBSD.org
+
+RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
+
+USE_X11= yes
+MAN1= kp.1
+
+.include <bsd.port.mk>