summaryrefslogtreecommitdiff
path: root/misc/kp/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-16 08:55:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-16 08:55:37 +0000
commit2d2724d6113cb7f713f6f5e70570b92c1752af84 (patch)
treeb77eaf3493edba6db3d0b01f83357a993bfa3b93 /misc/kp/Makefile
parentMake this compile with tcl75 in /usr/lib. Remove the part that (diff)
Upgrade to version 0.96. The author (that's me :) also converted
this port to use tcl-7.5/tk-4.1 instead of tcl-7.3/tk-3.6.
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r--misc/kp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
index e2b1cad3b65c..aa3025d0612f 100644
--- a/misc/kp/Makefile
+++ b/misc/kp/Makefile
@@ -1,22 +1,24 @@
# New ports collection makefile for: kp
-# Version required: 0.95
+# Version required: 0.96
# Date created: 8 May 1995
# Whom: asami
#
-# $Id: Makefile,v 1.3 1995/11/26 10:47:46 asami Exp $
+# $Id: Makefile,v 1.4 1996/03/21 12:50:15 asami Exp $
#
-DISTNAME= kp-0.95
+DISTNAME= kp-0.96
CATEGORIES+= misc
MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/
MAINTAINER= asami@FreeBSD.org
-RUN_DEPENDS= wish:${PORTSDIR}/x11/tk
+RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
USE_X11= yes
post-install:
+.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/kp.1
+.endif
.include <bsd.port.mk>