mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Upgrade to 1.8.
This commit is contained in:
parent
34a569f952
commit
c2e86404b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8050
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tkinfo-1.5.tar.gz) = fca3d35cf9017ffb7935c65323568436
|
||||
MD5 (tkinfo-1.8.tar.gz) = 103650c438714c98ffd43c4a98be6900
|
||||
|
@ -4,7 +4,7 @@
|
||||
#!/bin/sh
|
||||
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
|
||||
-exec wish "$0" "$@"
|
||||
+exec wish4.1 "$0" "$@"
|
||||
+exec wish8.0 "$0" "$@"
|
||||
|
||||
##########################################################################
|
||||
# Version of TkInfo:
|
||||
|
@ -1 +1,2 @@
|
||||
bin/tkinfo
|
||||
man/man1/tkinfo.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user