diff options
Diffstat (limited to 'misc/tkinfo/Makefile')
-rw-r--r-- | misc/tkinfo/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index b1bf59d231f4..adb4b1bbc2d6 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -1,17 +1,22 @@ # New ports collection makefile for: tkinfo -# Version required: 0.8 +# Version required: 1.2 # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1996/11/11 05:50:14 obrien Exp $ +# $Id: Makefile,v 1.10 1997/02/07 09:01:45 tg Exp $ # -DISTNAME= tkinfo-0.8 +DISTNAME= tkinfo-1.2 CATEGORIES= misc -MASTER_SITES= http://emile.math.ucsb.edu:8000/ +MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \ + http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@freebsd.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin .include <bsd.port.mk> |