mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9421a44868
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
25 lines
556 B
Makefile
25 lines
556 B
Makefile
# New ports collection makefile for: tkinfo
|
|
# Version required: 2.4
|
|
# Date created: 16 Jan 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.16 1998/01/29 07:49:36 tg Exp $
|
|
#
|
|
|
|
DISTNAME= tkinfo-2.4
|
|
CATEGORIES= misc tk80
|
|
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
|
|
|
|
MAINTAINER= tg@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
|
|
|
|
NO_BUILD= yes
|
|
MAN1= tkinfo.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|