summaryrefslogtreecommitdiff
path: root/misc/tkinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkinfo/Makefile')
-rw-r--r--misc/tkinfo/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index 45a320dfbbcc..e958cf80bad4 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -1,22 +1,24 @@
# New ports collection makefile for: tkinfo
-# Version required: 1.5
+# Version required: 1.8
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.12 1997/04/20 13:19:35 wosch Exp $
+# $Id: Makefile,v 1.13 1997/06/23 07:45:57 tg Exp $
#
-DISTNAME= tkinfo-1.5
-CATEGORIES= misc tk41
-MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \
- http://math-www.uni-paderborn.de/~axel/tkinfo/
+DISTNAME= tkinfo-1.8
+CATEGORIES= misc tk80
+MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= tg@freebsd.org
-RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
+
NO_BUILD= yes
+MAN1= tkinfo.1
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>